demarches-normaliennes/spec/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
..
admin Publications page to the new UI (admin) 2020-09-16 09:15:44 +02:00
commencer Enable test revisions 2021-07-01 15:59:07 +02:00
experts/avis experts_procedure should not be optional 2021-03-23 13:46:33 +01:00
instructeur Add last_month export 2021-06-23 09:23:10 +02:00
instructeur_mailer Changed the routes to pass all new design admin pages under 2020-07-07 14:08:01 +00:00
layouts Remove old css and js 2021-02-02 15:26:11 +01:00
new_administrateur Enable test revisions 2021-07-01 15:59:07 +02:00
shared views: fix checkbox wrongly selected in multiple_drop_down_list 2021-07-20 09:01:07 +02:00
users extract NB_DAYS_RECENT_DOSSIERS and PERCENTILE 2021-06-17 16:31:53 +02:00