dialog still exist in the edit mode, but I already deleted it | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by neilbertm664043

I fixed it, i decided to delete the parents dialog, then create my own dialog on my own component

7 replies

viveksachdeva
Community Advisor
Community Advisor
October 4, 2017

It could be getting inherited from the parent component... Check sling:resourceSuperType of your component

Level 3
October 4, 2017

this is my sling resourcesupertype

core/wcm/components/page/v1/page

should i delete the parents dialog??

viveksachdeva
Community Advisor
Community Advisor
October 4, 2017

What is your use case. Why do you want to remove the dialog... Just want to understand that if nothing is authorable, what is the intention for creating this component?

Level 3
October 5, 2017

I dont want to literally remove the dialog.... I just cant seem to change its structure, so i decided to delete it..... and for some reason the dialog still exists i dont know why

neilbertm664043AuthorAccepted solution
Level 3
October 5, 2017

I fixed it, i decided to delete the parents dialog, then create my own dialog on my own component

Ratna_Kumar
Level 10
October 5, 2017

Hi Neil,

Could you please provide your package so that we can see what's the exact issue.

Thanks,

Ratna.

viveksachdeva
Community Advisor
Community Advisor
October 5, 2017

Just be careful while deleting parent's dialog. Make sure that it is not used by any other component...