version control permissions
-
How should I give other users the rights to use the version control via the commit button?
-
The version control extension works currently just for the admin.
We have these two tasks in the back-log which might help
https://github.com/jsreport/jsreport/issues/883
https://github.com/jsreport/jsreport/issues/860Could you describe what is your use case so we can target the improvement?
-
Our setups is as follows:
- admin account to manage the users and permissions.
- One read only account for our backend application to access the api and request templates to be rendered
- Each content editor has its own user account, but currently they can not see their own or all open changes.
I would like to give the content editors also permissions to see the open changes and commit them. This way they can also double check if the changes are correct.