Skip to content

Commit

Permalink
Merge pull request #1 from marvin-bilharz/treenodelocator.js-patch-1
Browse files Browse the repository at this point in the history
Update treenodelocator.js
  • Loading branch information
marvin-bilharz authored Dec 5, 2024
2 parents e71ee90 + 48b2c0b commit 34e6053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/pimcore/treenodelocator.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pimcore.treenodelocator = function()
var locateConfig = globalState.locateConfigs[globalState.currentTreeIndex];
var tree = locateConfig.tree;
var rootNode = tree.tree.getRootNode();
var rootNodeId = rootNode.getId();
var rootNodeId = rootNode.getId().toString();

// Tree root may be shifted to a subnode and the item to be shown
// is out of tree scope - don't continue if this is the case:
Expand Down

0 comments on commit 34e6053

Please sign in to comment.