diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/ChillMainExtension.php b/src/Bundle/ChillMainBundle/DependencyInjection/ChillMainExtension.php index 0d90854b4..df2b6532a 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/ChillMainExtension.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/ChillMainExtension.php @@ -193,10 +193,10 @@ class ChillMainExtension extends Extension implements [] ); - $container->setParameter( +/* $container->setParameter( 'chill_main.workflow_signatures.base_signer.document_kinds', $config['workflow_signature']['base_signer']['document_kinds'] - ); + );*/ $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../config')); $loader->load('services.yaml'); diff --git a/src/Bundle/ChillMainBundle/Form/WorkflowSignatureMetadataType.php b/src/Bundle/ChillMainBundle/Form/WorkflowSignatureMetadataType.php index 47be9b88c..a23164784 100644 --- a/src/Bundle/ChillMainBundle/Form/WorkflowSignatureMetadataType.php +++ b/src/Bundle/ChillMainBundle/Form/WorkflowSignatureMetadataType.php @@ -25,7 +25,7 @@ class WorkflowSignatureMetadataType extends AbstractType public function buildForm(FormBuilderInterface $builder, array $options): void { - $documentTypeChoices = $this->parameterBag->get('chill_main.id_document_kinds'); + $documentTypeChoices = $this->parameterBag->get('chill_main.workflow_signatures.base_signer.document_kinds'); $choices = [];