Deny user interaction with single entities
-
Is it possible to have single entities protected from user interaction?
For example, have a set of tags which can not be deleted via the studio?The question arrises from the need to have an indication for each template which group it belongs to, so we can display the correct templates in different list views in an UI.
EDIT: We are currently using JSReport 2.11.0
-
Is it possible to have single entities protected from user interaction?
For example, have a set of tags which can not be deleted via the studio?You can create a custom jsreport user, and give him just read permissions to the particular tags or to the folder containing the tags.
https://jsreport.net/learn/authorization
-
Thank you for pointing me in the direction of this extension. It completely slipped my mind apparently.