mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Add some doc for PickUserDynamicType
This commit is contained in:
parent
6b764114e4
commit
7bedf1b5b8
@ -24,6 +24,13 @@ use Symfony\Component\Serializer\SerializerInterface;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Pick user dymically, using vuejs module "AddPerson".
|
* Pick user dymically, using vuejs module "AddPerson".
|
||||||
|
*
|
||||||
|
* Possible options:
|
||||||
|
*
|
||||||
|
* - `multiple`: pick one or more users
|
||||||
|
* - `suggested`: a list of suggested users
|
||||||
|
* - `as_id`: only the id will be set in the returned data
|
||||||
|
* - `submit_on_adding_new_entity`: the browser will immediately submit the form when new users are checked
|
||||||
*/
|
*/
|
||||||
class PickUserDynamicType extends AbstractType
|
class PickUserDynamicType extends AbstractType
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user