mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 02:38:50 +02:00
Implemented permission system for part parameters.
This commit is contained in:
parent
e72fc2716b
commit
f8af23b92b
6 changed files with 30 additions and 3 deletions
|
@ -235,6 +235,12 @@ class PermissionsEmbed
|
|||
*/
|
||||
protected $parts_prices = 0;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
* @ORM\Column(type="smallint")
|
||||
*/
|
||||
protected $parts_parameters = 0;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
* @ORM\Column(type="smallint", name="parts_attachements")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue