disbale-properties attribute doesn't disable properties with 'false' value

This commit is contained in:
BoykoAlex
2017-03-20 15:27:20 -04:00
parent ce73abbca1
commit bd6033a453
5 changed files with 1 additions and 31451 deletions

View File

@@ -1496,7 +1496,7 @@ define(function(require) {
}
function initProperties(attrs) {
if (!attrs.disableProperties) {
if (!attrs.disableProperties || attrs.disableProperties.toLowerCase() !== 'true') {
propsMgr = createProperties(domContext, metamodelService);
propsMgr.on('change',function() {