demarches-normaliennes/app/views
Pierre de La Morinerie 71741c5f98 views: fix checkbox wrongly selected in multiple_drop_down_list
The check for whether the checkbox should be checked or not was made by
matching the whole string. Thus, given two options 'valid' and
'invalid', the check for the presence of 'valid' would succeed even when
only 'invalid' was present in the values (because
`'valid'.includes?('invalid')`.

The code now checks against the list of items in the selected_options.
2021-07-20 09:01:07 +02:00
..
active_storage/blobs Add ActionText 2019-07-03 13:15:49 +02:00
admin Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
administrateur_mailer remplacement de demarches-simplifiees.fr par un paramètre dans les vues 2020-07-23 16:16:36 +02:00
administrateurs remove useless session views 2019-08-14 18:04:26 +02:00
administration_mailer Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
attachments Show titre identite link only once watermark is added 2020-12-10 16:50:03 +01:00
avis_mailer routes: replace the email param in the Avis URLs by a query param 2021-06-17 11:15:51 +02:00
champs Add compatibility cadsatre layer with old API GEO 2021-05-24 11:57:00 +02:00
commencer Enable test revisions 2021-07-01 15:59:07 +02:00
devise_mailer Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
dossier_mailer Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
dossiers Enable user destruction 2021-05-04 12:05:06 +02:00
expert_mailer Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
experts routes: replace the email param in the Avis URLs by a query param 2021-06-17 11:15:51 +02:00
fields Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
groupe_instructeur_mailer Changed the routes to pass all new design admin pages under 2020-07-07 14:08:01 +00:00
instructeur_mailer Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
instructeurs Revert "Instructeurs : limitation de la valeur d'un filtre à 100 caractères" 2021-07-13 18:19:46 +02:00
invite_mailer Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
invites add aria-disclosure for all dropdown buttons 2020-09-15 18:12:26 +02:00
layouts views: show the 'Avis' tab if needed on all profiles 2021-07-06 08:54:40 +02:00
manager manager: fix polymorphic route exception when viewing user emails 2021-06-01 11:29:57 +02:00
new_administrateur Enable test revisions 2021-07-01 15:59:07 +02:00
notification_mailer admin: display CTA buttons in emails preview 2019-07-25 12:25:50 +02:00
recherche Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
root Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
saml_idp fix saml entity id 2020-11-16 15:01:16 +01:00
shared views: fix checkbox wrongly selected in multiple_drop_down_list 2021-07-20 09:01:07 +02:00
stats Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
super_admins Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
support set input value for question type of contact page 2020-09-22 16:09:15 +02:00
user_mailer Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
users explain what percentile constant means 2021-06-17 16:31:53 +02:00