Details
-
Bug
-
Status: Closed
-
Low
-
Resolution: Fixed
-
2.01.00m00
-
None
Description
RenameDialog.java
String destination = parentPath + "/" + page.getName();
Because the root node has no name the resulting destination is "//name" which is an invalid path.