Paul Chavard
|
d7c5dcf8bb
|
fix(dossier): a tag can be preceded by a -
|
2022-10-21 16:06:32 +02:00 |
|
Paul Chavard
|
85581e72e9
|
refactor(turbo): simplify custom actions implementation now that turbo has support for it
|
2022-10-21 10:24:00 +02:00 |
|
Martin
|
527f416f52
|
amelioration(archives): documentation de la structure de l'archive
Update app/views/shared/archives/_notice.html.haml
Co-authored-by: Colin Darie <colin@darie.eu>
Update app/views/shared/archives/_notice.html.haml
Co-authored-by: Colin Darie <colin@darie.eu>
Update app/views/shared/archives/_notice.html.haml
Co-authored-by: Colin Darie <colin@darie.eu>
Update app/views/shared/archives/_notice.html.haml
Co-authored-by: Colin Darie <colin@darie.eu>
Update app/views/shared/archives/_notice.html.haml
Co-authored-by: Colin Darie <colin@darie.eu>
Update app/views/shared/archives/_notice.html.haml
Co-authored-by: Colin Darie <colin@darie.eu>
Update app/views/shared/archives/_notice.html.haml
Co-authored-by: Colin Darie <colin@darie.eu>
Update app/views/shared/archives/_notice.html.haml
Co-authored-by: Colin Darie <colin@darie.eu>
|
2022-10-20 16:40:53 +02:00 |
|
simon lehericey
|
097082afc9
|
fix(dolist): reduce message name variability
|
2022-10-20 15:29:56 +02:00 |
|
Martin
|
2cd74d1010
|
amelioration(archives): positionne le fichier des reporting des erreurs en tête de l'arborescence
|
2022-10-20 15:14:57 +02:00 |
|
Martin
|
d46efeef85
|
amelioration(export): clarifier l'usage des exports pour les instructeurs pour eviter le téléchargement des export zip pour de l'archivage
|
2022-10-20 14:50:48 +02:00 |
|
Colin Darie
|
5b813a25d6
|
fix(dsfr/callout): don't nest p, it's already declared by component
|
2022-10-20 09:18:16 +02:00 |
|
Colin Darie
|
e96d307e56
|
style(admin): auto expiration styled with DSFR callout
|
2022-10-20 09:18:16 +02:00 |
|
Colin Darie
|
f5a0842c6e
|
style(dsfr): callout component with support for a bottom section like buttons
|
2022-10-20 09:18:16 +02:00 |
|
Colin Darie
|
7f28f1fe4c
|
fix(conjugaison): après que + indicatif
|
2022-10-20 09:18:16 +02:00 |
|
Colin Darie
|
45994ff567
|
fix(invitation): when dossier is not visible anymore
https://sentry.io/organizations/demarches-simplifiees/issues/3422144920/
|
2022-10-20 09:08:36 +02:00 |
|
Paul Chavard
|
74aa01479b
|
fix(revision): fix changes list style
|
2022-10-20 06:56:20 +02:00 |
|
Martin
|
576aa2c1e0
|
amelioration(export): augment la duree de conservation des exports en cours de generation passant de 12 a 16h. augment la duree de conservation des exports generés passant de 16 à 32h
|
2022-10-20 06:32:41 +02:00 |
|
simon lehericey
|
5fa5d46d8c
|
fix(admin_merge): a case where 2 admins have the same service
|
2022-10-19 16:54:34 +02:00 |
|
Paul Chavard
|
5be8810da4
|
fix(dossier): nullify instructeur and expert id on messages when they are deleted
we keep email on the message so it will be used when instructeur or expert are not available
|
2022-10-19 11:53:10 +02:00 |
|
simon lehericey
|
c6e7db3622
|
fix(export): bug when combining revision and conditional
|
2022-10-18 11:53:13 +02:00 |
|
simon lehericey
|
fbf089d60e
|
refactor(dossier): rename check_mandatory_champs -> check_mandatory_and_visible_champs
|
2022-10-18 11:13:41 +02:00 |
|
simon lehericey
|
9bba2093be
|
refactor(champ): mandatory_blank_and_visible? -> mandatory_blank?
As the method does not check visibility
|
2022-10-18 11:13:41 +02:00 |
|
simon lehericey
|
6832b12bd4
|
clean(haml): remove commented code
|
2022-10-18 11:13:41 +02:00 |
|
simon lehericey
|
7114623285
|
fix(champ): rewire champ.mandatory? to type_de_champ.mandatory?
it fixes behaviour in drop_down_list_component which add option if not mandatory (!= not required)
|
2022-10-18 11:13:41 +02:00 |
|
simon lehericey
|
528b7ec3f8
|
refactor(champ): add required?
used for the `required` html attribute. It check visibility to avoid hidden required input which prevent the form from being sent.
|
2022-10-18 11:13:41 +02:00 |
|
simon lehericey
|
dc89ddb639
|
fix(translation): typo in footer
|
2022-10-17 22:47:42 +02:00 |
|
Martin
|
6000de2095
|
feat(manager/outdated_procedure): enhance procedure cleanup
|
2022-10-17 13:35:37 +02:00 |
|
Paul Chavard
|
736e0b0731
|
fix(routage): fill dossier groupe instructeur in some edge cases
|
2022-10-14 17:29:56 +02:00 |
|
Paul Chavard
|
c075a4e415
|
fix(dossier): we should never detroy user’s dossiers in cascade
|
2022-10-14 14:14:51 +02:00 |
|
Paul Chavard
|
c097f70543
|
fix(graphql): hide champs based on conditions
|
2022-10-14 11:33:25 +02:00 |
|
simon lehericey
|
d5d031e15d
|
fix(export): do not export invisible champ
|
2022-10-14 10:30:27 +02:00 |
|
simon lehericey
|
40a3fff593
|
perf(dossiers_controller): do not load pj template in update, -10ms
|
2022-10-13 22:36:56 +02:00 |
|
simon lehericey
|
f8ee6386b9
|
perf(champ): check condition.present? without json deserializationl, -6ms
|
2022-10-13 22:36:56 +02:00 |
|
simon lehericey
|
73b4ee64e6
|
perf(champ_value): use champ_type instead of tdc.type_champ, -22ms
|
2022-10-13 22:36:56 +02:00 |
|
Eric Leroy-Terquem
|
c6082ded09
|
no select for usager if only one groupe_instructeur
|
2022-10-13 19:49:32 +02:00 |
|
Martin
|
d09c47f5ce
|
correctif(usager.fusion): leve une erreur quand on essaie de fusionner un compte sur lui même
|
2022-10-13 17:00:20 +02:00 |
|
Paul Chavard
|
25c774b3a1
|
refactor(dossier): extract dossier edit footer into a component
|
2022-10-13 14:44:46 +02:00 |
|
Paul Chavard
|
d409b6f4ef
|
feat(dossier): do not save dossier on submit
|
2022-10-13 14:44:46 +02:00 |
|
Paul Chavard
|
78a1323fc2
|
refactor(dossier): move dossier submit action in to a new form
|
2022-10-13 14:44:46 +02:00 |
|
Paul Chavard
|
dd38fa4458
|
refactor(spec): add wait_for_autosave helper
|
2022-10-13 14:44:46 +02:00 |
|
Colin Darie
|
e2e9ddd625
|
style(conditionnel): dsfr button styles
|
2022-10-13 10:17:21 +02:00 |
|
Colin Darie
|
8153f33896
|
style(repetition): fix button styles
|
2022-10-13 10:17:21 +02:00 |
|
Colin Darie
|
9571e9481d
|
style(avis): fix font sizes & colors due to h2 strongly styled
|
2022-10-12 14:41:31 +02:00 |
|
Paul Chavard
|
1fd1878370
|
feat(jobs): add request_id to jobs payload
|
2022-10-12 14:32:23 +02:00 |
|
Paul Chavard
|
7f1dd49bdc
|
chore(flipper): always use feature_enabled? helper
|
2022-10-12 14:14:30 +02:00 |
|
Paul Chavard
|
0f192fd752
|
chore(flipper): add feature_enabled? to components
|
2022-10-12 14:14:30 +02:00 |
|
Damien Le Thiec
|
29a97fac43
|
Merge branch 'main' into feature/add_rna_type_de_champs
|
2022-10-11 18:59:45 +02:00 |
|
Damien Le Thiec
|
0e995c8bcc
|
Update app/models/champs/rna_champ.rb
Co-authored-by: Paul Chavard <paul.chavard@beta.gouv.fr>
|
2022-10-11 16:34:00 +02:00 |
|
simon lehericey
|
7672ad3fe9
|
fix(editor champ): do not raise on destroy replay
|
2022-10-11 16:27:49 +02:00 |
|
Damien Le Thiec
|
73f6063c87
|
Merge branch 'main' into feature/add_rna_type_de_champs
|
2022-10-11 15:36:46 +02:00 |
|
Damien Le Thiec
|
2e8c0512a5
|
Remove skip_cleanup option
|
2022-10-11 15:11:51 +02:00 |
|
Colin Darie
|
073656342e
|
fix(api_address): support Adresse BAN without postcode
Des adresses n'ont pas de code postal (dans certains TOM par exemple).
On fallback sur un string vide plutôt que nil pour limiter les effets de bord.
|
2022-10-11 12:25:12 +02:00 |
|
Damien Le Thiec
|
bcdc9c18ae
|
Remove skip_fetch_data mechanism
|
2022-10-11 11:52:59 +02:00 |
|
simon lehericey
|
97529ab6af
|
refactor(user dossier): move ruby logic to controller
|
2022-10-11 11:39:05 +02:00 |
|