We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
15.0.0-rc4
I am unable to remove an Allowed Template from a document type
remove
No response
I would expect that I was able to remove the template
The text was updated successfully, but these errors were encountered:
Error seems to be because the payload is wrong:
{ ... "defaultTemplate": { "id": "" } ... }
instead of the expected
{ ... "defaultTemplate": null ... }
Sorry, something went wrong.
Fixed by #17516
bergmania
No branches or pull requests
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.0.0-rc4
Bug summary
I am unable to remove an Allowed Template from a document type
remove
Specifics
No response
Steps to reproduce
Expected result / actual result
I would expect that I was able to remove the template
The text was updated successfully, but these errors were encountered: