Revision 471d166b
Von Bernd Bleßmann vor mehr als 6 Jahren hinzugefügt
menus/user/00-erp.yaml | ||
---|---|---|
11 | 11 |
# ( ) & | are supported. if binary operator is missing the last |
12 | 12 |
# operator in same scope is repeated, or "|" if none used in scope |
13 | 13 |
# yet. client config entries can be used as rights by prefixing them |
14 |
# with "client/". If missing, access will be granted. |
|
14 |
# with "client/". |
|
15 |
# ! is supported to negate the subsequent expression. |
|
16 |
# If missing, access will be granted. |
|
15 | 17 |
# |
16 | 18 |
# Example: |
17 | 19 |
# client/feature_default_enabled | ( feature & system ) |
Auch abrufbar als: Unified diff
SL::Menu: Negierung (!) beim access_string erlauben
und Tests hierzu