Commit graph

13602 commits

Author SHA1 Message Date
Colin Darie
b80bfd67ad
chore(api-geo): cache communes by code postal 2024-12-20 00:07:33 +01:00
Mathieu Magnin
5c45754341
Merge pull request #11156 from demarches-simplifiees/fix-current-user-triggers-authentication
Tech : Correction d'un comportement étrange sur la connexion par email / mot de passe
2024-12-19 16:03:48 +00:00
Corinne Durrmeyer
151c05074e
Merge pull request #10991 from demarches-simplifiees/a11y-form-fields
ETQ usager, je veux que les erreurs et les descriptions soient reliées aux champs concernés
2024-12-19 14:15:37 +00:00
Kara Diaby
f729c8f232
Merge pull request #11153 from demarches-simplifiees/fix-dossier-instructeur-list
ETQ instructeur: dernières petites retouches sur les onglets et liste des démarches
2024-12-19 14:01:59 +00:00
Corinne Durrmeyer
e6ab020450
refactor(autosave): Replace custom styles with DSFR classes 2024-12-19 13:44:34 +01:00
Corinne Durrmeyer
c40277c0c6
fix(autosave): Add alternative text to icons 2024-12-19 13:44:34 +01:00
Corinne Durrmeyer
7e38983759
fix(autosave): Apply DSFR colors & icons 2024-12-19 13:44:34 +01:00
Corinne Durrmeyer
e362c15b13
refactor(autosave): Remove useless styles 2024-12-19 13:44:34 +01:00
Corinne Durrmeyer
c35a607e79
fix(combobox button): Modify value of aria-haspopup and aria-labelledby attributes 2024-12-19 13:44:34 +01:00
Mathieu Magnin
cfb7dcbb51
Override current_user by checking if a user is already authenticated to avoid triggering authentication if it is not the case https://github.com/heartcombo/devise/issues/5602\#issuecomment-1876164084 2024-12-19 12:02:28 +01:00
LeSim
8fab8986aa
Merge pull request #11151 from demarches-simplifiees/fix_invit_submission
ETQ Invité, je ne peux pas soumettre de correction sur un dossier déposé
2024-12-19 10:22:27 +00:00
Colin Darie
978c5f5038
Merge pull request #11155 from colinux/faster-admin-idnex
ETQ admin: page liste des démarches plus rapide sur des grosses démarches
2024-12-19 10:08:50 +00:00
simon lehericey
9fff0087a9
fix: an invite cannot submit a fork (server side) 2024-12-19 11:05:44 +01:00
simon lehericey
49fbc9324f
fix: an invite can not submit a fork (UI side) 2024-12-19 11:05:44 +01:00
simon lehericey
f3298330bf
prettier 2024-12-19 10:28:58 +01:00
simon lehericey
4f95d0a155
pj attachment input described_by add champ.error_id target 2024-12-19 10:28:58 +01:00
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
6e8e5a82b1
refactor: remove forbid_invite_submission!
submit_brouillon is only allowed for owner, so
- submit_brouillon is removed from ACTIONS_ALLOWED_TO_OWNER_OR_INVITE
- now that ensure_ownership! is trigger for a invite submit, the now duplicate forbid_invite_submission is removed
2024-12-19 10:22:44 +01:00
Colin Darie
419674c156
refactor(admin): use counter cache for dossiers count 2024-12-19 10:01:29 +01:00
Colin Darie
e0178ff742
style(admin): fix cells auto-width on admins list 2024-12-19 09:54:45 +01:00
mfo
fc0f39b913
Merge pull request #11154 from mfo/US/fix-api-memory-issues
fix(api.champs_loader): n+1
2024-12-19 08:48:00 +00:00
mfo
a26afbec3b
fix(api.champs_loader): n+1 2024-12-19 09:34:04 +01:00
Colin Darie
4eb9322a4f
Merge pull request #11126 from colinux/fix-useless-exception
ETQ usager, pas d'erreur inutile lors d'un double callback FranceConnect
2024-12-19 08:32:23 +00: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
Colin Darie
563bcd85d8
Merge pull request #11147 from colinux/pdf-include-geoarea-desc
ETQ instructeur, la description d'une zone du champ carte est inclus dans le PDF
2024-12-19 08:28:44 +00:00
Kara Diaby
f14a076826
Fixe design interface instructeur 2024-12-18 16:28:20 +00:00
Paul Chavard
5e7585daea
ETQ Administrateur, je voudrais que les dossiers non terminés soient toujours sur la dernière révision 2024-12-18 11:41:39 +01:00
mfo
7ed76c0bfb
Merge pull request #11140 from mfo/US/graphql_log_gc_count_and_heap_available_slots
ETQ DS, je veux avoir de la visibilité sur l'usage mémoire des API
2024-12-18 09:56:11 +00:00
mfo
84ade1be8a
feat(api.graphql): plug key gc metrics instrumentation to find memory leaks 2024-12-18 07:15:16 +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
cb5fa0050a
fix(fc): useless exception when user has already created 2024-12-17 15:59:01 +01: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
b18e064ab7
feat(dossier/pdf): include geoarea description 2024-12-17 14:28:00 +01: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