mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 23:53:50 +00:00
localisation type not available to edit by users
This commit is contained in:
@@ -39,6 +39,17 @@ final class LocationTypeType extends AbstractType
|
||||
'expanded' => true,
|
||||
]
|
||||
)
|
||||
->add(
|
||||
'editableByUsers',
|
||||
ChoiceType::class,
|
||||
[
|
||||
'choices' => [
|
||||
'Yes' => true,
|
||||
'No' => false,
|
||||
],
|
||||
'expanded' => true,
|
||||
]
|
||||
)
|
||||
->add(
|
||||
'addressRequired',
|
||||
ChoiceType::class,
|
||||
|
Reference in New Issue
Block a user