Open nackler opened 2 hours ago
Hi there @nackler!
Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better.
We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions.
Thanks, from your friendly Umbraco GitHub bot :robot: :slightly_smiling_face:
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
14.3.0
Bug summary
Content Editors without access to settings in the backoffice are unable to select one of several preconfigured page templates available for a page.
Specifics
I would like to be able to set up several page templates for a given document type and let my content editors choose one of the templates. I believe this functionality worked before the backoffice rewrite. It is close to working except for a permissions error (403 Forbidden) that the content editors get when trying to select a template.
Steps to reproduce
Set up multiple allowed templates for a "Page" document type.
Then log in to the backoffice as a content editor who just has content and media rights. Attempt to choose one of the available templates in the Info tab of the page
You will see that the template selector is empty and you will get pink errors in the bottom right hand corner
As the result of a request to the managment api
Expected result / actual result
Content editors should be able to choose which template a page uses, even though they do not have access to the 'settings' section of the backoffice.