[
https://issues.apache.org/jira/browse/JS2-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Randy Watler updated JS2-1044:
------------------------------
Affects Version/s: (was: 2.2.0)
Fix Version/s: 2.2.1
> Folder document order removed on page update
> --------------------------------------------
>
> Key: JS2-1044
> URL: https://issues.apache.org/jira/browse/JS2-1044
> Project: Jetspeed 2
> Issue Type: Bug
> Components: PSML
> Reporter: Randy Watler
> Assignee: Randy Watler
> Fix For: 2.2.1
>
>
> 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()
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]