[ 
https://issues.apache.org/jira/browse/SLING-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567019#action_12567019
 ] 

Tobias Bocanegra commented on SLING-239:
----------------------------------------

what is the POST url ?

POST /a/b/c
ujax:delete = "/a/b/c" 

is a problematic one. especially if you have other properties to be set.

try:

POST /a/b
ujax:delete = "/a/b/c"

On the other hand, we could change the post servlet in that way, that the 
initial parent node is never created in the first place.
but only when storing the properties.

> ujax delete: deleting an item does not work properly
> ----------------------------------------------------
>
>                 Key: SLING-239
>                 URL: https://issues.apache.org/jira/browse/SLING-239
>             Project: Sling
>          Issue Type: Bug
>          Components: Launchpad
>    Affects Versions: 2.0.0
>            Reporter: Philipp Koch
>            Assignee: Felix Meschberger
>         Attachments: ujax_delete.patch
>
>
> ujax:delete /a/b/c
> deletes /a/b/c
> creates /a/b/c again
> because the changelog is not respected.

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

Reply via email to