Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

Unable to reorder components with parent component

Avatar

Level 7

My parent component has cq:isContainer set to true and has a childeditor field in it. I am able to select components from my allowed component list. But im unable to reoder them in the crxde or even in the parent component dialog.

1 Solução aceita

Avatar

Resposta correta de
Level 7

i was using hashmap to fetch child nodes, which was causing issue in reordering. I changed that to linkedHashmap and it works now.

Ver solução na publicação original

4 Respostas

Avatar

Community Advisor

Are you able to drag and drop the child components? While doing that are there any console errors?

Avatar

Level 7

im able to drag and drop and there are no console error when i do that

Avatar

Community Advisor

Sorry I mean when we try to drag and move the child components, do we see any errors? The reordering should be happening using gui drag and move

Avatar

Resposta correta de
Level 7

i was using hashmap to fetch child nodes, which was causing issue in reordering. I changed that to linkedHashmap and it works now.