Skip to content

Commit

Permalink
suppression de Mlle sur la partie ticket sponsor
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

agallou committed Aug 20, 2021
1 parent faea7a2 commit 21aa908
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion sources/AppBundle/Event/Form/SponsorTicketType.php
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ public function buildForm(FormBuilderInterface $builder, array $options)
'label' => 'Civilité',
'choices' => [
'M.' => 'M.',
'Mlle' => 'Mlle',
'Mme' => 'Mme'
]
])
2 changes: 1 addition & 1 deletion tests/behat/features/Admin/AdminEvenements.feature
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ Feature: Administration - Partie Evenements
And I should see "Aucun ticket enregistré pour le moment."
And I should see "Nouveau ticket"
# Ajout d'une invitation
And The "sponsor_ticket[civility]" field should only contain the follow values '["M.", "Mlle", "Mme"]'
And The "sponsor_ticket[civility]" field should only contain the follow values '["M.", "Mme"]'
When I fill in "sponsor_ticket[firstname]" with "Nom personne invitée"
And I fill in "sponsor_ticket[lastname]" with "Prénom personne invitée"
And I fill in "sponsor_ticket[email]" with "personneinvitee@masociete.com"

0 comments on commit 21aa908

Please sign in to comment.