In 4.5.1 moving a node to the parent of the containing node is not working. For example:
- node1 - node2 - - node2.1 - - - node 2.1.1
Moving node2.1.1 to node2 is not working. The url is updated but the tree is not, and the page is not found when published. Moving node2.1.1 to node1 is working fine.
Anyone else having this problem? Should I submit this as a bug on CodePlex?
To test it I completely installed Umbraco 4.5.1 from scratch and added the runway foundation.
My test case:
Move page "Installing runway modules" to "Go further" works fine. "Go further" is now the child of "Installing runway modules".
Move "Go further" back to it's original place, "Runway Homepage", results in a non moving page. "Go further" is still the child of "Installing runway modules".
Move node to parent of containing node broken?
In 4.5.1 moving a node to the parent of the containing node is not working. For example:
- node1
- node2
- - node2.1
- - - node 2.1.1
Moving node2.1.1 to node2 is not working.
The url is updated but the tree is not, and the page is not found when published.
Moving node2.1.1 to node1 is working fine.
Anyone else having this problem? Should I submit this as a bug on CodePlex?
I have the same problem, see http://our.umbraco.org/forum/core/general/11196-Move-a-document-to-root-doesn't-work
To test it I completely installed Umbraco 4.5.1 from scratch and added the runway foundation.
My test case:
Move page "Installing runway modules" to "Go further" works fine. "Go further" is now the child of "Installing runway modules".
Move "Go further" back to it's original place, "Runway Homepage", results in a non moving page. "Go further" is still the child of "Installing runway modules".
Moving "Go further" to "Content" works fine.
If the bug is not allready submitted, I will.
A workaround for this problem is to manually edit the parentID of the page in the database and then republish your website.
is working on a reply...