Commit graph

13573 commits

Author SHA1 Message Date
simon lehericey
94ad9c8359
remove aria on epci input because it s enclosed in a fieldset with the correct aria 2024-12-19 10:28:58 +01:00
simon lehericey
483b3c7f11
add hint_id to pj attachment described_by 2024-12-19 10:28:58 +01:00
simon lehericey
7b4d4dfe11
add role group on fieldset element 2024-12-19 10:28:58 +01:00
simon lehericey
adaa2545a5
Combobox: do not automatically add labelledby on input
most of the time, the input is already described by a label.
So we had a label pointing to an input pointing to a label : an infinite loop.

Moreover, we already use a label tag for user without assistive tech so we remove labelledby.
2024-12-19 10:28:58 +01:00
simon lehericey
daf2abe5a8
inline communes_component 2024-12-19 10:28:58 +01:00
simon lehericey
334205d301
add labelledby on fieldset 2024-12-19 10:28:57 +01:00
simon lehericey
15da1c1720
handle aria_describedby on drop_down select 2024-12-19 10:28:57 +01:00
simon lehericey
8a0d70ee70
handle aria_describedby on react combobox 2024-12-19 10:28:57 +01:00
simon lehericey
2e050e2f18
remove unused method 2024-12-19 10:28:57 +01:00
simon lehericey
3ee1030c2b
remove aria describedby on inputs included in fieldset 2024-12-19 10:28:57 +01:00
Corinne Durrmeyer
02f42c18b0
Update style (following 6bad191) 2024-12-19 10:28:57 +01:00
simon lehericey
0df3c7b709
add error_id to described_by 2024-12-19 09:31:44 +01:00
Corinne Durrmeyer
56554aef4b
Link description and error to form fields 2024-12-19 09:31:42 +01:00
Corinne Durrmeyer
6256b5f336
Remove description from label 2024-12-19 09:31:42 +01:00
Mathieu Magnin
6e1a3b73ea
Merge pull request #11137 from demarches-simplifiees/fix-10952
ETQ Instructeur avec un compte en beta.gouv.fr ou modernisation.gouv.fr je suis automatiquement redirigé vers une connexion ProConnect
2024-12-17 16:00:40 +00:00
Colin Darie
123d363184
Merge pull request #11013 from colinux/admin-knows-api-fields
ETQ admin je suis informé des infos remontées par le champ SIRET
2024-12-17 14:12:58 +00:00
Colin Darie
f4165817b2
Merge pull request #11146 from colinux/improve-brouillon-sticky-autosave
ETQ usager, footer sticky du formulaire plus adapté sur mobile et/ou pour dossier inéligible
2024-12-17 13:30:39 +00:00
Colin Darie
bd90a79b48
Merge pull request #11144 from tchak/fix-fork-merge
fix(dossier): on fork merge, always remove previous champ version
2024-12-17 13:15:59 +00:00
Colin Darie
68624c9fcb
Merge pull request #11143 from demarches-simplifiees/a11y-miscellaneous
ETQ usager, je veux que le contenu des panneaux "Gestion des invités" et "Votre identité" soient correctement hiérarchisés
2024-12-17 12:03:48 +00:00
Colin Darie
1f8325b172
Merge pull request #11131 from colinux/fix-edit-footer-logic
ETQ usager corrige le fait d'être informé d'un dossier inéligible dans certaines conditions
2024-12-17 10:47:03 +00:00
Colin Darie
2f955017cf
Merge pull request #11108 from colinux/attestation-fix-direction-alignment
ETQ admin, corrige l'intitulé de la direction de l'attestation pour s'aligner à droite quand il y a plusieurs lignes
2024-12-17 10:40:31 +00:00
Colin Darie
467630c9d4
Merge pull request #11094 from colinux/fix-procedure-errors-summary-attestation
ETQ admin, corrige l'affichage dans le récap de modifications d'une erreur existant dans l'attestation v2
2024-12-17 10:40:22 +00:00
Colin Darie
d8ee89db29
fix(dossier): ineligibilite modal en construction/fork 2024-12-17 11:38:50 +01:00
Colin Darie
1c6d012f44
fix(autosave): validate select onChangeable et on retry 2024-12-17 11:38:50 +01:00
Colin Darie
009e426c31
fix(dossier): show ineligibilite message on update 2024-12-17 11:38:49 +01:00
Colin Darie
eb682f1e64
refactor(admin): ineligibilite submit feedback 2024-12-17 11:38:49 +01:00
Colin Darie
f6366a9cd3
refactor(dossier): predicates methods must return boolean 2024-12-17 11:38:49 +01:00
Colin Darie
a54f022353
fix(dossier/footer): don't say user can submit dossier when he can't 2024-12-17 11:38:48 +01:00
Colin Darie
2d184a71ef
style(brouillon): improve sticky autosave responsivness, and ineligibilite link wrapping on 2 lines 2024-12-17 11:09:33 +01:00
Paul Chavard
0a406376cb
Merge pull request #11139 from pengfeidong/switch-to-new-rnf-api-endpoint 2024-12-17 08:25:05 +00:00
Paul Chavard
dc5bfb8159
fix(dossier): remove champ duplicates 2024-12-16 21:49:52 +00:00
Paul Chavard
9dd1973e18
fix(dossier): always remove previous champ version
If champ type_de_champ gets out of sync with its type, the persisted champ will not be part of the filled champs collection. In the merge code, we need to remove the previous champ, disregarding its type. The problem should have been caught earlier, but our unique index is not actually unique because our version of PG misses `NULLS NOT DISTINCT`. The unique index only works for champs in repetitions.
2024-12-16 21:49:51 +00:00
Kara Diaby
4c8c3be384
Adapte le style pour les avis 2024-12-16 15:57:17 +01:00
Kara Diaby
93a66de18b
fix apres retours 2024-12-16 15:57:16 +01:00
Kara Diaby
b0b203eaff
Améliore la liste des démarches pour l'interface instructeuer 2024-12-16 15:57:16 +01:00
Corinne Durrmeyer
274407ed33
fix(merci): correct title hierarchy 2024-12-16 15:44:57 +01:00
Corinne Durrmeyer
e804af6539
refactor(identite_individual): Replace <div> & <p> sequence with <dl> 2024-12-16 15:44:57 +01:00
Corinne Durrmeyer
1641f1e82f
refactor(invites-form): Remove useless aria-labelledby 2024-12-16 15:04:24 +01:00
Corinne Durrmeyer
d2a7bced4f
fix(invite): Remove title when there is no guest list 2024-12-16 15:04:23 +01:00
Paul Chavard
6622d51741
migration(champs): remove non fillable champs and add repetition rows 2024-12-16 12:21:14 +00:00
pengfei.dong
9b0d6a5f82 fix(rnf): disabled ssl verify 2024-12-13 18:23:01 +01:00
simon lehericey
2a25171738
Fix: allow custom email (!), require a mail confirmation
previous code was wrong, it was impossible to choose another email than the FC one
2024-12-13 11:37:20 +01:00
simon lehericey
4cd6e08a3d
UX: change submit disabled state 2024-12-13 11:37:20 +01:00
simon lehericey
016e9357e1
refactor: no need for html_safe 2024-12-13 11:37:20 +01:00
simon lehericey
451c0165b4
refactor: remove useless connect 2024-12-13 11:37:20 +01:00
simon lehericey
d4a69aa618
refactor: no need to leak merge.token in url ... 2024-12-13 11:37:20 +01:00
simon lehericey
5edd54b598
fix: verified_email from FC 2024-12-13 11:37:19 +01:00
LeSim
f839f5ab2c
Merge pull request #11135 from demarches-simplifiees/be_lax_with_drop_down
ETQ instructeur / usager, je vois toujours les choix que j'ai sélectionné dans une liste mm si l'admin a changé les options
2024-12-12 15:37:46 +00:00
mfo
fe7c19f1d9
Merge pull request #11114 from mfo/US/switch-to-new-rnf-api-endpoint
ETQ ds, j'utilise le nouvel endpoint pour les API rnf
2024-12-12 14:49:24 +00:00
Mathieu Magnin
6595b2a7c5
[#10952] Fix small UI bug when a flash is present on this page 2024-12-12 15:25:37 +01:00