demarches-normaliennes/app
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
..
assets Add a point on map from coordinates input 2021-07-07 13:33:28 +02:00
controllers add windows content type to avoid errors 2021-07-15 16:32:07 +02:00
dashboards manager: localize dossier enums 2021-05-06 14:41:08 +02:00
fields manager: remove support for old pj 2019-07-30 16:11:17 +02:00
graphql [GraphQL] expose deleted dossiers 2021-06-24 11:51:37 +02:00
helpers Enable test revisions 2021-07-01 15:59:07 +02:00
javascript Trigger onStyleChange when leyers are toggled 2021-07-07 16:23:55 +02:00
jobs Revert "Revert "Expose dossier PDF export as IO"" 2021-06-24 21:01:59 +02:00
lib Fix api education wrong data type 2021-06-08 12:25:24 +02:00
mailers Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
models Revert "Instructeurs : limitation de la valeur d'un filtre à 100 caractères" 2021-07-13 18:19:46 +02:00
policies policies: clarify the role of ChampPolicy 2020-06-24 15:42:30 +02:00
schemas Add api address external data fetch 2021-02-17 19:10:16 +01:00
serializers modify experts avis controllers, concern and serializer 2021-03-18 11:38:52 +01:00
services Refactor clone_attachments 2021-07-01 16:21:46 +02:00
validators Add geo json validation 2021-03-11 15:51:09 +01:00
views views: fix checkbox wrongly selected in multiple_drop_down_list 2021-07-20 09:01:07 +02:00