mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-15 06:39:33 +00:00
Merge ebb8a2b48b into 3f6a6cc767
This commit is contained in:
commit
30840ac8b2
136 changed files with 23994 additions and 112 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
|
||||
####################################################################################################################
|
||||
|
|
@ -257,6 +260,8 @@ services:
|
|||
$enabled: '%env(bool:DATABASE_MYSQL_USE_SSL_CA)%'
|
||||
$verify: '%env(bool:DATABASE_MYSQL_SSL_VERIFY_CERT)%'
|
||||
|
||||
App\Helpers\Assemblies\AssemblyPartAggregator: ~
|
||||
|
||||
####################################################################################################################
|
||||
# Monolog
|
||||
####################################################################################################################
|
||||
|
|
@ -280,6 +285,10 @@ services:
|
|||
|
||||
when@test: &test
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
# Decorate the doctrine fixtures load command to use our custom purger by default
|
||||
doctrine.fixtures_load_command.custom:
|
||||
decorates: doctrine.fixtures_load_command
|
||||
|
|
@ -288,3 +297,6 @@ when@test: &test
|
|||
- '@doctrine.fixtures.loader'
|
||||
- '@doctrine'
|
||||
- { default: '@App\Doctrine\Purger\DoNotUsePurgerFactory' }
|
||||
|
||||
App\Services\ImportExportSystem\EntityExporter:
|
||||
public: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue