[ 
https://issues.apache.org/jira/browse/JS2-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Randy Watler resolved JS2-1044.
-------------------------------

    Resolution: Cannot Reproduce

Editing pages or folders in the Portal Site Manager does not seem to effect the 
parent folder document order.

The code snippet mentioned in the bug report no longer exists in either 
Jetspeed or J2-admin, so it is likely that it has been replaced by code in the 
actions and/or services layer. Furthermore, it is unlikely that 
AbstractPageManager has ever played a role in page updates.

If this can be reproduced with a more concrete set of instructions on 2.2.0 or 
2.2.1-SNAPSHOT, we can reopen this issue.

> 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]

Reply via email to