mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix pipeline and add changie
This commit is contained in:
parent
f7f7e1cb1d
commit
30955752c3
5
.changes/unreleased/UX-20240508-102757.yaml
Normal file
5
.changes/unreleased/UX-20240508-102757.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
kind: UX
|
||||
body: Adjust certain graphical issues for better user experience
|
||||
time: 2024-05-08T10:27:57.220873296+02:00
|
||||
custom:
|
||||
Issue: "266"
|
@ -21,7 +21,6 @@ use Chill\MainBundle\Form\Type\CommentType;
|
||||
use Chill\MainBundle\Form\Type\PickUserDynamicType;
|
||||
use Chill\MainBundle\Form\Type\PickUserLocationType;
|
||||
use Chill\MainBundle\Form\Type\ScopePickerType;
|
||||
use Chill\MainBundle\Form\Type\UserPickerType;
|
||||
use Symfony\Component\Form\AbstractType;
|
||||
use Symfony\Component\Form\Extension\Core\Type\MoneyType;
|
||||
use Symfony\Component\Form\FormBuilderInterface;
|
||||
@ -48,7 +47,6 @@ class EventType extends AbstractType
|
||||
])
|
||||
->add('moderator', PickUserDynamicType::class, [
|
||||
'label' => 'Pick a moderator',
|
||||
|
||||
])
|
||||
->add('location', PickUserLocationType::class, [
|
||||
'label' => 'event.fields.location',
|
||||
@ -64,7 +62,7 @@ class EventType extends AbstractType
|
||||
],
|
||||
'allow_add' => true,
|
||||
'allow_delete' => true,
|
||||
'delete_empty' => fn(StoredObject $storedObject): bool => '' === $storedObject->getFilename(),
|
||||
'delete_empty' => fn (StoredObject $storedObject): bool => '' === $storedObject->getFilename(),
|
||||
'button_remove_label' => 'event.form.remove_document',
|
||||
'button_add_label' => 'event.form.add_document',
|
||||
])
|
||||
|
Loading…
x
Reference in New Issue
Block a user