mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 20:43:49 +00:00
Use better namespacing for configuring workflow signature documents
This commit is contained in:
@@ -194,8 +194,8 @@ class ChillMainExtension extends Extension implements
|
||||
);
|
||||
|
||||
$container->setParameter(
|
||||
'chill_main.id_document_kinds',
|
||||
$config['id_document_kinds']
|
||||
'chill_main.workflow_signatures.base_signer.document_kinds',
|
||||
$config['workflow_signature']['base_signer']['document_kinds']
|
||||
);
|
||||
|
||||
$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../config'));
|
||||
|
Reference in New Issue
Block a user