mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Add support of Compound Triggers for EPAS 12+. Fixes #4144.
2) Ensure enable trigger menu should be visible when trigger is disabled. Fixes #4578.
This commit is contained in:
@@ -78,12 +78,7 @@ define([
|
||||
data: this.data,
|
||||
}).addClass('dropdown-item');
|
||||
|
||||
if(this.context !== undefined) {
|
||||
this.is_disabled = this.context.disabled;
|
||||
} else {
|
||||
this.is_disabled = this.disabled(node, item);
|
||||
}
|
||||
|
||||
this.is_disabled = this.disabled(node, item);
|
||||
if (this.icon) {
|
||||
url.append($('<i></i>', {
|
||||
'class': this.icon,
|
||||
|
||||
Reference in New Issue
Block a user