Skip to content

Commit

Permalink
Readding check
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Nov 19, 2024
1 parent cda3c50 commit cb296dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/js/pimcore/object/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,9 @@ pimcore.registerNS("pimcore.object.tree");
this.onTreeNodeMove(record, record.parentNode, overModel, 0);
}
}.bind(this));
}

if (typeof this.treeNodeMoveParameter.oldParent.getOwnerTree !== "function") {
return;
}

Expand Down

0 comments on commit cb296dd

Please sign in to comment.