I've got some code in the AfterSave event that moves a document depending on certain properties. It all works fine except that after the document is moved, then the tree collapses (probably because I've moved the document and it doesn't exist in the same place in the tree anymore). Is there a way to keep the tree expanded to the new document location?
Moving a document causes the tree to collapse
I've got some code in the AfterSave event that moves a document depending on certain properties. It all works fine except that after the document is moved, then the tree collapses (probably because I've moved the document and it doesn't exist in the same place in the tree anymore). Is there a way to keep the tree expanded to the new document location?
I forgot to say that I'm using Umbraco v4.5
is working on a reply...