fine-tuning permissions stuff

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-03-06 13:23:40 +01:00
parent 69d3aacc53
commit 9ab1e479eb
4 changed files with 31 additions and 27 deletions

View File

@@ -40,11 +40,12 @@ public class Text {
public static final String MESSAGE = "message";
public static final String MESSAGES = "messages";
public static final String NOT_ALLOWED_TO_EDIT = "You are not allowed to edit {object}!";
public static final String NOTE = "note";
public static final String NOTES = "notes";
public static final String NOTE_WITH_ID = "note ({id})";
public static final String NUMBER = "number";
public static final String NOT_ALLOWED_TO_EDIT = "You are not allowed to edit {object}!";
public static final String NOT_ALLOWED_TO_EVALUATE = "You are not allowed to evaluate this {object}!";
public static final String NOTE = "note";
public static final String NOTES = "notes";
public static final String NOTE_WITH_ID = "note ({id})";
public static final String NUMBER = "number";
public static final Object OPTION = "option"
;