mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
Fix configuration of workflow signature document kinds
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
Reference in New Issue
Block a user