WIP PR to rewrite the Filetree, to make it stable:
@zebulasampedro I have rewritten the methods to add a node, rewrite a node, but haven't yet stripped out everything that was there. Could you, in principal have a look at getParentNode function, as that is the most critical function? I have added some tests for it, and plan to add more. At this point, node expansion works in the Editor, but is broken in Filebrowser, as that requires a change in the Backend. I have at this point made minimal changes to the backend.
WIP PR to rewrite the Filetree, to make it stable:
@zebulasampedro I have rewritten the methods to add a node, rewrite a node, but haven't yet stripped out everything that was there. Could you, in principal have a look at
getParentNode
function, as that is the most critical function? I have added some tests for it, and plan to add more. At this point, node expansion works in the Editor, but is broken in Filebrowser, as that requires a change in the Backend. I have at this point made minimal changes to the backend.