mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 02:05:16 +02:00
Save permissions as JSON in user/group entities.
This commit is contained in:
parent
33f8d2ba9e
commit
687ee80255
9 changed files with 316 additions and 40 deletions
|
@ -13,6 +13,8 @@ doctrine:
|
|||
class: App\Helpers\UTCDateTimeType
|
||||
big_decimal:
|
||||
class: App\Helpers\BigDecimalType
|
||||
permission_data:
|
||||
class: App\Doctrine\Types\PermissionDataType
|
||||
|
||||
schema_filter: ~^(?!internal)~
|
||||
# Only enable this when needed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue