demarches-normaliennes/app/views/shared/dossiers
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
..
editable_champs views: fix checkbox wrongly selected in multiple_drop_down_list 2021-07-20 09:01:07 +02:00
messages corrige mise en forme commentaire 2020-08-10 17:36:23 +02:00
_champ_row.html.haml Exposer plus d’informations dans l’interface pour certains champs 2021-03-17 16:28:05 +01:00
_champs.html.haml Hide groupe instructeur selector when routage is done via API 2021-03-04 11:06:04 +01:00
_demande.html.haml Fix dossier deleted user display 2021-05-13 10:43:55 +02:00
_edit.html.haml Groupe instructeur selector default blank 2021-03-09 14:47:23 +01:00
_france_connect_informations.html.haml fix broken nil values in france_connect_informatio 2020-11-11 15:40:44 +01:00
_header.html.haml dossier: extract the invitation dropdown to a partial 2018-09-24 16:29:36 +02:00
_identite_entreprise.html.haml Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
_identite_entreprise_bilan_detail.html.haml affiche les chiffres clés des 3 derniers bilans 2020-06-09 17:51:54 +02:00
_identite_individual.html.haml change date format for all, use try_format_date of helper 2019-06-12 17:48:12 +02:00
_infos_generales.html.haml Refactor attachment view 2019-05-21 14:21:13 +02:00
_messagerie.html.haml Maj message quand messagerie désactivée 2019-11-18 14:28:05 +01:00
_submit_is_over.html.haml Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
_user_infos.html.haml Fix apostrophes ‘ -> ’ 2021-05-26 15:09:23 +02:00