Implemented permission system for part parameters.

This commit is contained in:
Jan Böhmer 2020-03-26 13:09:25 +01:00
parent e72fc2716b
commit f8af23b92b
6 changed files with 30 additions and 3 deletions

View file

@ -153,6 +153,10 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co
<<: *PART_MULTI_ATTRIBUTE
label: "perm.part.prices"
parts_parameters:
<<: *PART_MULTI_ATTRIBUTE
label: "perm.part.parameters"
parts_lots:
<<: *PART_MULTI_ATTRIBUTE
label: "perm.part.lots"