This error occur once trying to usebuildTree() on an array containing nodes have parent_id => null
ERROR: MoveNotPossibleException in Move.php line 208: Could not resolve target node.
PS:it seems its because of null value being converted to empty string '' when sending data through json. need to check value , and if it is '' change it to null
This error occur once trying to use
buildTree()
on an array containing nodes haveparent_id => null
ERROR:MoveNotPossibleException in Move.php line 208: Could not resolve target node.
PS:it seems its because ofnull
value being converted to empty string''
when sending data through json. need to check value , and if it is''
change it tonull