disbale-properties attribute doesn't disable properties with 'false' value
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user