Hi Team,
I am seeing the wired behavior on the production environment . One of the component on the page not showing option to delete or other options but if i drag and drop the same component i can able to do any of the operations on it and along with that i am seeing component name along with [Root].
Example Component name is Text , it is showing as Text[Root] (already existed on the page ) if i drag the component it is showing correct name as Text.
Only showing the option Configure, Convert to Experience fragment variation , layout
Thank you,
Views
Replies
Total Likes
Hi,
Check if you have necessary permissions to make CRUD operations in the page.
If there is no required permission, you will not able to see the options you're looking for
Hope this helps
Thanks
Views
Replies
Total Likes
It is not permission issue , on the same page i can able to drag the same component and edit it and delete it and different components as well .
Views
Replies
Total Likes
Can you check your _cq_editConfig.xml file if any changes done to disable the options --
Found similar thread below -
Thanks
Views
Replies
Total Likes
If it is disabled, Same component i am able to drop and delete it .
Only this is already existing component i am unable to perform delete operation on iy.
Views
Replies
Total Likes
Please verify if the component is added via Drag-n-drop or is it included via "its parent component" in its HTL.
Views
Replies
Total Likes
I verified in the content structure it is showing component_copy , so it is copy pasted component not included it in sightly .
Views
Replies
Total Likes
Hi @Satish2info if you have access to crx de, you can check the structures in both cases. See the difference, you will understand.
Also, compare the non-working one structure in the lower environments where the same is working. If you see a difference, make a package of the page from the lower environment and replace it on prod.
Views
Replies
Total Likes