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:
Akshay Joshi
2019-08-08 16:48:46 +05:30
parent 8331f62e1c
commit 350ffcce7c
96 changed files with 3052 additions and 35 deletions

View File

@@ -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,