Open
Description
Is there a way to mass update the tree based on an array model which usually comes from Javascript? The usual case is that we have a JS tree to depict our tree, the user changes the tree and on submit we need to figure out what changed in order to update the DB.
It would be incredibly useful if the array coming from the JS could be mapped using just one method. Is there anything like this? What is the recommended best practices in situations like this?