fixed promoted attribute display

This commit is contained in:
zadam
2020-08-30 22:39:15 +02:00
parent 5d500de527
commit 058edcfe15
2 changed files with 2 additions and 0 deletions

View File

@@ -174,6 +174,7 @@ export default class AttributeListWidget extends TabAwareWidget {
this.$inheritedAttributesWrapper.hide();
} else {
this.$promotedExpander.hide();
this.$allAttrWrapper.show();
this.$ownedAndInheritedWrapper.toggle(options.is('attributeListExpanded'));
}
}