Component stack, require to be explicitely enabled for item
This commit is contained in:
@@ -706,7 +706,7 @@ angular.module('app')
|
|||||||
if(this.note) {
|
if(this.note) {
|
||||||
for(var component of this.componentStack) {
|
for(var component of this.componentStack) {
|
||||||
if(component.active) {
|
if(component.active) {
|
||||||
component.hidden = component.isExplicitlyDisabledForItem(this.note);
|
component.hidden = !component.isExplicitlyEnabledForItem(this.note);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user