Hi,
I have a sling model with Resource as adaptables,
I am trying to use it with the data-sly-use in a component.
This component is included into the page template structure.
If the template definition has
editable="{Boolean}true"
then the
@Deleted Account annotation to the resource is pointing to the page
/content/site/page/jcr:content/.../componentA
without the
editable="{Boolean}true"
then the @Deleted Account annotation is pointing to the path in the template
/conf/site/settings/.../templateA/root/.../componentA
How is this supposed to work?