You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Randy Watler (JIRA)" <je...@portals.apache.org> on 2010/02/18 17:52:27 UTC

[jira] Updated: (JS2-1044) Folder document order removed on page update

     [ 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: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org