Delete or ordrer an item in children editor is not working
Hi AEM community !
I am trying to make the delete or reorder items in a container component.
So I have a Slider component that depends on the Carousel Container component
In order to manipulate the components displayed in the slider, in the atuhoring dialog, I have a children editor.
I can add items correctly, but I can't delete or reorder items (for example, here, I have a slider component with 3 header components, I delete the 3rd one and invert the order of the 2 remaining)
I can see the POST requests fired (and it seems correct to me):
1st request :
- url :
2nd request :
- url :
Those requests are fired when I clicked on "Done" in my slider authoring dialog, so logically, then it is followed by a GET request to get the items and being able to display the new slider component in the page, but in this GET request, I cannot see the changes I've made
I can't find the backend that handles thoses POST requests, I just don't understand how they should be handled
Can someone help me on this issue ?