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
96163d4ec1
spec on communes_component
2024-12-19 10:28:58 +01:00
simon lehericey
daf2abe5a8
inline communes_component
2024-12-19 10:28:58 +01:00
simon lehericey
f25c40ef1c
spec for drop_down_list
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
Colin Darie
1ff5fea60e
chore: bump ruby 3.3.2 => 3.3.6
2024-12-18 14:53:53 +01:00
Paul Chavard
a4bebce0dc
Merge pull request #11045 from tchak/refactor-dossier-always-rebase
...
ETQ Administrateur, je voudrais que les dossiers non terminés soient toujours sur la dernière révision
2024-12-18 10:56:17 +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
Colin Darie
ef4e680d53
Merge pull request #11149 from colinux/typo
...
ETQ admin: corrige 2 typos sur la page de l'attestation
2024-12-17 18:01:25 +00:00
Colin Darie
732c99a4b2
Merge pull request #11150 from colinux/downgrade-sidekiq
...
Tech: downgrade sidekiq 7.3 > 7.2
2024-12-17 18:45:04 +01:00
Colin Darie
a99102cb93
chore: downgrade sidekiq 7.3 => 7.2
2024-12-17 18:35:42 +01:00
Colin Darie
0bbf37bd5a
fix(admin): typos
2024-12-17 18:02:59 +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
d837291b10
Merge pull request #11136 from colinux/bump-gems
...
Tech: massive gems updates
2024-12-17 13:16:12 +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
304576710e
chore: bump vite plugin ruby to match vite-rails gem
2024-12-17 12:53:34 +01:00
Colin Darie
867f2af5a8
chore: bump request_store 1.5.1 => 1.7.0
2024-12-17 12:53:34 +01:00