mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
feature: allow to not check mainPerson, person1 or person2 when generating a document
This commit is contained in:
parent
f3ca01fd88
commit
87a9d48bdf
@ -130,8 +130,10 @@ class ActivityContext implements
|
|||||||
return $this->personRender->renderString($p, []);
|
return $this->personRender->renderString($p, []);
|
||||||
},
|
},
|
||||||
'multiple' => false,
|
'multiple' => false,
|
||||||
|
'required' => false,
|
||||||
'expanded' => true,
|
'expanded' => true,
|
||||||
'label' => $options[$key . 'Label'],
|
'label' => $options[$key . 'Label'],
|
||||||
|
'placeholder' => $this->translator->trans('Any person selected'),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user