[Fix] Fix error when opening activity children elements

This commit is contained in:
Robert von Burg 2018-08-17 18:49:54 +02:00
parent 656c5b10a7
commit e9b76978dc
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@
},
reloadObject: function () {
if (this._isAction(this.object.objectType)) {
if (!this.isRootElement) {
return;
}