adobe / aem-core-wcm-components

Standardized components to build websites with AEM.
https://docs.adobe.com/content/help/en/experience-manager-core-components/using/introduction.html
Apache License 2.0
730 stars 736 forks source link

Accordion / Tabs / Carousel - cannot remove items or change their order using dialog #2584

Closed mariangeorgescu closed 11 months ago

mariangeorgescu commented 11 months ago

Bug Report

Current Behavior Steps to replicate the bug:

  1. Add an Accordion component
  2. Open the dialog using "Configure"
  3. Add some items and close the dialog
  4. Open the dialog again, go to any item and click the "Remove" icon
  5. Click on done, to close the dialog.

Expected behavior/code The item should be removed.

Environment

Additional context / Screenshots Also switching order doesn't work, Editing titles works ok.

mariangeorgescu commented 11 months ago

The file childreneditor.js was actually overridden in our project but not updated with the latest changes.