Created JIRA issue for this bug. Please fill in J2 version and any other information there when you have a chance. Will review/fix when I have spare cycles.

https://issues.apache.org/jira/browse/JS2-1044

Randy

prabha77 wrote:
All,

When editing a page from Portal Site Manager removes the Document Order.

Looking at the code, it looks like AbstractPageManager.java
updateDocumentOrder() is called everytime the page is updated and if the
page is already there in the document order list of the folder, its removed.

documentOrder.remove(name);

Change the above code to the following fixed the issue.
if ( !this.folderExists( name )
{
   documentOrder.remove()
}

Thanks
Prabha


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org
For additional commands, e-mail: jetspeed-user-h...@portals.apache.org

Reply via email to