You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2009/02/10 08:40:59 UTC

[jira] Resolved: (SLING-850) PostServlet :order does not set any changes

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

Felix Meschberger resolved SLING-850.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: API 2.0.4
                   Servlets Post 2.0.4

Added support to record node reorderings in Rev. 742875:

  * Made the HtmlResponse.onChange method public for it to be used to record any
      changes (not just the predefined ones).

  * Added MotificationType.ORDER and respective support to record the reordering

Please close this issue, if it fixes your problem. Thanks.

> PostServlet :order does not set any changes
> -------------------------------------------
>
>                 Key: SLING-850
>                 URL: https://issues.apache.org/jira/browse/SLING-850
>             Project: Sling
>          Issue Type: Bug
>          Components: Servlets Post
>    Affects Versions: Servlets Post 2.0.2
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>            Priority: Minor
>             Fix For: Servlets Post 2.0.4, API 2.0.4
>
>
> when sending a POST with only an order parameter, no changes are recorded.
> eg:
> POST /content/a
> :order before b
> i see 3 solutions:
> 1) either a new modification type "order" should be added,
> 2) or the parent node (/content) should be marked as modified
> 3) or it should be recorded as move where src and dst are equals. possibly with an extra argument which reflects the "before" node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.