I have a doctype with one template (the default one) and I am trying to remove it, so the doctype doesn't have any allowed templates.
The problem is, I remove the template in doctype A -> save it -> go to another doctype (B) -> come back to doctype A, and it has the template I just removed.
There are no nodes with the template I am removing.
Does anyone have an idea of what could be happening?
Umbraco seems to recreate the link whilst the template still exists on disk.
If you do not want a template at all, create a new template, set that as the default for your document type (and remove any others), and then delete the template.
When you then go back into the document type, it should be there without a default template or any others.
Remove default template from doctype
Hi,
I have a doctype with one template (the default one) and I am trying to remove it, so the doctype doesn't have any allowed templates.
The problem is, I remove the template in doctype A -> save it -> go to another doctype (B) -> come back to doctype A, and it has the template I just removed.
There are no nodes with the template I am removing.
Does anyone have an idea of what could be happening?
Thank you!!
Umbraco seems to recreate the link whilst the template still exists on disk.
If you do not want a template at all, create a new template, set that as the default for your document type (and remove any others), and then delete the template.
When you then go back into the document type, it should be there without a default template or any others.
Tim
Thank you Tim!
I don't know why I didn't think of that before.
Have a great day!
is working on a reply...