mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-20 18:31:33 +00:00
Merge e4cd243c7c into f097b79103
This commit is contained in:
commit
7aad08a74c
158 changed files with 25953 additions and 307 deletions
|
|
@ -124,6 +124,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