mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-15 06:39:33 +00:00
Füge Baugruppen hinzu
This commit is contained in:
parent
98b8c5b788
commit
5bd0741fba
128 changed files with 23830 additions and 109 deletions
|
|
@ -121,6 +121,10 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co
|
|||
<<: *PART_CONTAINING
|
||||
label: "[[Project]]"
|
||||
|
||||
assemblies:
|
||||
<<: *PART_CONTAINING
|
||||
label: "perm.assemblies"
|
||||
|
||||
attachment_types:
|
||||
<<: *PART_CONTAINING
|
||||
label: "[[Attachment_type]]"
|
||||
|
|
|
|||
|
|
@ -170,6 +170,9 @@ services:
|
|||
arguments:
|
||||
$saml_enabled: '%partdb.saml.enabled%'
|
||||
|
||||
App\Validator\Constraints\AssemblySystem\AssemblyCycleValidator:
|
||||
tags: [ 'validator.constraint_validator' ]
|
||||
|
||||
####################################################################################################################
|
||||
# Table settings
|
||||
####################################################################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue