mfo
|
36c253edbb
|
clean(Champ.siret): title not needed
|
2024-04-17 07:31:32 +02:00 |
|
mfo
|
cab3a55f45
|
fix(Champ.dossier_link): do not use placeholder, use hint
|
2024-04-17 07:31:32 +02:00 |
|
mfo
|
94891b8695
|
fix(Champ.number): remove placeholder
|
2024-04-17 07:31:32 +02:00 |
|
mfo
|
83c6bf1f0e
|
feat(Champ.siret): on invalid, set error message on InputStatutErrorMessage. on valid, set info message on siret info component
Co-authored-by: Corinne Durrmeyer <corinne@inseo.fr>
|
2024-04-17 06:30:16 +02:00 |
|
mfo
|
aca67a2274
|
tech(refactor.champs.validation): all champs validation use :validate_champ_value_or_prefill?
|
2024-04-17 06:27:26 +02:00 |
|
mfo
|
c6e21fb7bd
|
feat(champs.contextual_validation): extract contextual methods validation in module
|
2024-04-17 06:27:25 +02:00 |
|
Colin Darie
|
331dfd3044
|
Merge pull request #10339 from colinux/fix-instructeurs-notification
ETQ instructeur, fix position de la pastille de notification
|
2024-04-16 16:12:41 +00:00 |
|
simon lehericey
|
981003975c
|
refactor: use last_sign_in_at as confirmed_at is not reliable
|
2024-04-16 17:58:30 +02:00 |
|
simon lehericey
|
d95ce505a8
|
feat: suggest recently added user even if its not confirmed
|
2024-04-16 17:58:30 +02:00 |
|
simon lehericey
|
8d95df2250
|
feat: do not suggest unconfirmed experts
|
2024-04-16 17:58:30 +02:00 |
|
simon lehericey
|
1502635327
|
refactor: experts emails pluck
|
2024-04-16 17:58:30 +02:00 |
|
simon lehericey
|
5cd780251b
|
refactor: mutualize email_expert logic
|
2024-04-16 17:58:29 +02:00 |
|
Colin Darie
|
7c6bcb268d
|
chore(admin): improve non declarative radio label
|
2024-04-16 17:55:17 +02:00 |
|
Colin Darie
|
2515f46fea
|
style(admin): minor spacing improvements in procedure form
|
2024-04-16 17:55:16 +02:00 |
|
Lisa Durand
|
ec26ebb807
|
use radio rich style for more readability
|
2024-04-16 17:55:15 +02:00 |
|
Lisa Durand
|
227d740a76
|
remove css change and add all fieldsets
|
2024-04-16 17:55:14 +02:00 |
|
Lisa Durand
|
1246ef02b6
|
remove interpolation in duree_conservation… field
|
2024-04-16 17:55:12 +02:00 |
|
Lisa Durand
|
5231ce71a3
|
follow-up : admin better procedure infos form
|
2024-04-16 17:55:11 +02:00 |
|
Colin Darie
|
b1570a40f9
|
wip: admin: better procedure infos form
|
2024-04-16 17:55:10 +02:00 |
|
Colin Darie
|
b336e1b606
|
chore(admin): fix hardcoded application names in translations
|
2024-04-16 17:55:09 +02:00 |
|
Colin Darie
|
94c176d791
|
style(notification): fix pastille position in dossiers list
|
2024-04-16 15:59:53 +02:00 |
|
Colin Darie
|
71b0592b0a
|
Merge pull request #10336 from colinux/fix-address-without-postcode
Usager: fix champ adresse dans un TOM sans code postal dans la BAN (ex. Nouvelle-Calédonie à Nouméa)
|
2024-04-16 13:45:04 +00:00 |
|
Colin Darie
|
db65c9178e
|
fix(address): BAN does not return postcode for some TOM like Nouvelle-Calédonie
But we have to fallback to an empty string because API graphql / serializer
expects a non-null attribute.
|
2024-04-16 15:37:56 +02:00 |
|
Paul Chavard
|
f95bd5d1f2
|
Merge pull request #10327 from tchak/remove-stable-id-delegate
refactor(champ): remove stable_id delegate to type_de_champ
|
2024-04-16 13:14:08 +00:00 |
|
simon lehericey
|
2f946c1592
|
refactor: put dol cold storage migration to its own queue
|
2024-04-16 13:48:12 +02:00 |
|
Paul Chavard
|
ee56a7da21
|
refactor(champ): remove stable_id delegate to type_de_champ
|
2024-04-16 12:10:07 +02:00 |
|
Lisa Durand
|
7a80574afc
|
Merge pull request #10190 from demarches-simplifiees/add-AR-feature-ldu
ETQ Admin je peux configurer une démarche avec accusé de lecture
|
2024-04-16 09:58:13 +00:00 |
|
Lisa Durand
|
49ed6d0b14
|
add demo video url on admin homepage
|
2024-04-16 10:34:28 +02:00 |
|
simon lehericey
|
6982b2d5e8
|
refactor: do not enqueue antivirus job for safe blob
|
2024-04-16 09:57:31 +02:00 |
|
Colin Darie
|
e3dbbf2009
|
Merge pull request #10235 from colinux/page-404
Pages d'erreur personnalisées / au dsfr
|
2024-04-15 21:12:04 +00:00 |
|
Paul Chavard
|
d857ad1d0a
|
Merge pull request #10323 from tchak/fix-commune-with-blank-codes
fix(commune): no crash on blank codes
|
2024-04-15 11:48:16 +00:00 |
|
Paul Chavard
|
7163571764
|
Merge pull request #10325 from colinux/fix-add-row-without-champ
Tech: pas d'erreur si un usager essaie d'ajouter une ligne d'un champ répétition sans enfant
|
2024-04-15 11:48:04 +00:00 |
|
Colin Darie
|
4da13f5dc2
|
fix(repetition): don't fail when trying to add a row of repetition without champ
Cf procedure#31063 which have stable_id#1078289 without children
|
2024-04-15 13:15:18 +02:00 |
|
Paul Chavard
|
f4f1d5bcd9
|
chore(task): backfill commune code from name task
|
2024-04-15 12:12:05 +02:00 |
|
Lisa Durand
|
c6e2e6445c
|
add instructeur feedback on accuse de lecture agreement
|
2024-04-15 12:10:28 +02:00 |
|
Paul Chavard
|
bde496b739
|
Merge pull request #10322 from tchak/chore-backfill-stable-id-custom-limit
chore(task): backfill stable_id with custom limit
|
2024-04-15 09:28:21 +00:00 |
|
LeSim
|
716099e2d7
|
Merge pull request #10321 from demarches-simplifiees/add_maintenance_task_to_move_dol_to_cold_storage
Tech: ajoute une tache de maintenance pour rattraper les dossier operation log qui n'ont leur data sur le cold storage
|
2024-04-15 09:20:43 +00:00 |
|
Lisa Durand
|
a29719a15c
|
small adjustments from PR feedbacks
|
2024-04-15 11:15:13 +02:00 |
|
Lisa Durand
|
13aeb4f4d9
|
Correction Sim PR - use dynamic application name
Co-authored-by: LeSim <mail@simon.lehericey.net>
|
2024-04-15 11:15:13 +02:00 |
|
Lisa Durand
|
71268c7f3b
|
hide decision from email for tiers if procedure has accuse de lecture
|
2024-04-15 11:15:13 +02:00 |
|
Lisa Durand
|
1cf3db5899
|
hide dossier with accuse de lecture in user list when using state filter
|
2024-04-15 11:15:13 +02:00 |
|
Lisa Durand
|
5bbc4cab50
|
hide decision displayed in messagerie with auto commentaire
|
2024-04-15 11:15:13 +02:00 |
|
Lisa Durand
|
8fe9b174eb
|
hide decision displayed in badge for user
|
2024-04-15 11:15:13 +02:00 |
|
Lisa Durand
|
e486f789f6
|
add AR in user view - hide decision on second dossier tab
|
2024-04-15 11:15:13 +02:00 |
|
Lisa Durand
|
8eda069bfc
|
add AR in user view - hide decision on first dossier tab
|
2024-04-15 11:15:13 +02:00 |
|
Lisa Durand
|
ae08044ff2
|
create AR email and send it at the right time
|
2024-04-15 11:15:05 +02:00 |
|
Paul Chavard
|
ea47ba3747
|
fix(commune): no crash on blank codes
|
2024-04-15 11:01:15 +02:00 |
|
Lisa Durand
|
ee91f47c5a
|
add AR component and page on admin view
|
2024-04-15 10:46:29 +02:00 |
|
Paul Chavard
|
ef2aa217ff
|
chore(task): backfill stable_id with custom limit
|
2024-04-15 10:43:39 +02:00 |
|
simon lehericey
|
d419508b68
|
fix: reduce a join query size
|
2024-04-15 10:34:39 +02:00 |
|
simon lehericey
|
120eb4253c
|
data: add naive maintenance task to cold storage dol
|
2024-04-15 10:16:14 +02:00 |
|
mfo
|
cb2dd3dd3a
|
Merge pull request #10314 from mfo/US/enhance-a11y-on-carte-champs
ETQ Usager je souhaite que le champ carte soit plus accessible
|
2024-04-14 13:25:06 +00:00 |
|
mfo
|
d4e8227827
|
Merge pull request #10312 from mfo/US/ensure-dsfr-style-on-some-champs
ETQ usager, je veux que tous les champs aient un style DSFR
|
2024-04-12 13:41:16 +00:00 |
|
mfo
|
3e89921683
|
Merge pull request #10315 from mfo/US/drop-usage-of-invalid-aria
ETQ usager : pas d'`aria-invalid`
|
2024-04-12 11:55:58 +00:00 |
|
mfo
|
f1935eb7a0
|
Merge pull request #10318 from mfo/US/better-error-messages
ETQ Usager, je souhaite avoir des messages d'erreur homogènes et comprehensibles
|
2024-04-12 11:55:39 +00:00 |
|
mfo
|
b9907ac9ce
|
fix(Champ.rnf): add missing fr-input dsfr class name
Co-authored-by: Corinne Durrmeyer <corinne@inseo.fr>
|
2024-04-12 12:01:00 +02:00 |
|
mfo
|
1989c3e75b
|
fix(Champ.carte): add missing label to search input instead of placeholder
Co-authored-by: Corinne Durrmeyer <corinne@inseo.fr>
|
2024-04-12 11:56:34 +02:00 |
|
mfo
|
d7cacde727
|
feat(champ.aria): do not use aria-invalid from time to time [standardization]
Co-authored-by: Corinne Durrmeyer <corinne@inseo.fr>
|
2024-04-12 11:54:09 +02:00 |
|
mfo
|
35c92ee906
|
feat(champs.errors.format): better format for error below champs
Co-authored-by: Corinne Durrmeyer <corinne@inseo.fr>
|
2024-04-12 11:50:43 +02:00 |
|
mfo
|
938f5043a4
|
feat(champs.validation): standardize champ error messages
|
2024-04-12 11:39:43 +02:00 |
|
mfo
|
d8a8fb53ce
|
feat(Champ.carte): some error style on carte
|
2024-04-12 10:59:42 +02:00 |
|
mfo
|
a052341c93
|
fix(Champ.address): add missing fr-select dsfr class name
|
2024-04-12 10:45:37 +02:00 |
|
mfo
|
626f3780f6
|
fix(Champ.commune): add missing fr-select dsfr class name
|
2024-04-12 10:45:24 +02:00 |
|
mfo
|
c22438fb75
|
feat(Champ.annuaire_education): add missing fr-input class name
|
2024-04-12 10:45:12 +02:00 |
|
Eric Leroy-Terquem
|
84ab6d08b8
|
feat(routing): make assignment mode auto when all dossiers are reaffected to defaut groupe. so that all dossiers can be re routed
|
2024-04-12 10:27:21 +02:00 |
|
mfo
|
4773d9ebad
|
feat(Champ.repetition): hide destroy button of first repetition row when the repetition is mandatory
|
2024-04-12 09:29:00 +02:00 |
|
Colin Darie
|
a93a4cd5ce
|
chore: specific 422 error page
|
2024-04-11 18:19:32 +02:00 |
|
Colin Darie
|
5b98fd7c6d
|
chore: generic customized error page
|
2024-04-11 18:19:31 +02:00 |
|
Colin Darie
|
5d23b37f59
|
chore: custom dynamic & static 500 pages
|
2024-04-11 18:19:30 +02:00 |
|
Colin Darie
|
7dcd4ba538
|
feat: customized page 404
|
2024-04-11 18:19:29 +02:00 |
|
Paul Chavard
|
4d90b1f662
|
Merge pull request #10303 from colinux/update-admin-transfer-copy
ETQ admin: améliore le style de la page oubliée "Envoyer une copie de ma démarche"
|
2024-04-11 14:48:42 +00:00 |
|
Eric Leroy-Terquem
|
1e50223267
|
Merge pull request #10293 from demarches-simplifiees/re-router-tous-les-dossiers-d-une-demarche
ETQ tech je peux relancer le routage pour tous les dossiers en construction d'une démarche
|
2024-04-11 13:27:43 +00:00 |
|
simon lehericey
|
bda9c4b455
|
fix: drop unused column and fk procedure_revisions.attestation_template_id which block procedure.destroy
|
2024-04-11 13:38:38 +02:00 |
|
simon lehericey
|
ab4a6b1c7d
|
fix: rescue and sentry log procedure.purge_discarded to avoid blowing up the whole job
|
2024-04-11 13:22:37 +02:00 |
|
Colin Darie
|
efc1b2201a
|
style(admin): Envoyer une copie form in dsfr
|
2024-04-11 12:52:03 +02:00 |
|
Paul Chavard
|
fe508c0a73
|
Merge pull request #10302 from tchak/ignore-attestation_template_id
chore(db): ignore attestation_template_id
|
2024-04-11 10:30:37 +00:00 |
|
Paul Chavard
|
2de2d8af45
|
Merge pull request #10301 from demarches-simplifiees/more_work_on_city_address
Tech: simplifie le code address dans les champs commune
|
2024-04-11 10:15:47 +00:00 |
|
Paul Chavard
|
d5b08d2ebb
|
Merge pull request #10298 from mfo/US/fix-move-after
ETQ Admin, quand je deplace les champs apres d'autre champ, ne pas griser le champs precedent
|
2024-04-11 10:07:35 +00:00 |
|
Paul Chavard
|
ceae749746
|
chore(db): ignore attestation_template_id
|
2024-04-11 12:03:06 +02:00 |
|
simon lehericey
|
124433b781
|
refactor: commune_champ
|
2024-04-11 11:57:18 +02:00 |
|
simon lehericey
|
c77b66feef
|
refactor: api_geo_services raises if wrong dep or city code
|
2024-04-11 11:56:53 +02:00 |
|
Paul Chavard
|
4cdaef3a08
|
Merge pull request #10300 from tchak/chore-stable_id-task
fix(stable_id): recursive job to fill stable_ids
|
2024-04-11 09:53:56 +00:00 |
|
LeSim
|
e7f31e4d49
|
Merge pull request #10297 from demarches-simplifiees/fix_dossier_operation_log_move_to_cold_storage
Tech: améliore la performance du job du stockage a froid des traces fonctionnelles
|
2024-04-11 09:47:37 +00:00 |
|
Paul Chavard
|
9bfc4119b1
|
fix(stable_id): recursive job to fill stable_ids
|
2024-04-11 11:45:03 +02:00 |
|
Lisa Durand
|
5b3277bb31
|
Merge pull request #10270 from demarches-simplifiees/ux-remove-icon-file-in-tableau-instructeur-ldu
ETQ instructeur, j'ai une colonne vide s'il n'y a pas les checkbox des actions multiples
|
2024-04-11 09:25:26 +00:00 |
|
mfo
|
45d45c0d05
|
feat(type_de_champ_editor): allow admin to move champ after previous champ. useless but better a11y
|
2024-04-11 11:00:08 +02:00 |
|
simon lehericey
|
34fae2831f
|
refactor: add dol_move_batch job which are enqueued by the cron
|
2024-04-11 10:58:34 +02:00 |
|
Colin Darie
|
dfbe53dcc5
|
fix(cron): really schedule jobs on sidekiq instead of running them
|
2024-04-10 18:03:47 +02:00 |
|
simon lehericey
|
344f0d2c80
|
fix: graphql new normalization
|
2024-04-10 10:57:37 +02:00 |
|
simon lehericey
|
5567570d74
|
more robust normalization
|
2024-04-10 10:57:37 +02:00 |
|
Lisa Durand
|
758673a355
|
Merge pull request #10280 from demarches-simplifiees/ux-improve-usager-filter-dropdown-ldu
[UX] Améliorer les filtres d'un dossier sur le tableau de bord d'un usager
|
2024-04-10 07:18:55 +00:00 |
|
Eric Leroy-Terquem
|
51312b178e
|
task(routing): reroute dossiers en construction
|
2024-04-09 17:17:49 +02:00 |
|
simon lehericey
|
23060da306
|
fix: do not url encode error message in sentry
|
2024-04-09 14:25:17 +02:00 |
|
simon lehericey
|
92ba1a12ce
|
chore: use space instead of tab
|
2024-04-09 14:25:17 +02:00 |
|
simon lehericey
|
f55328c15d
|
fix: maintenance task to backfill city_name
|
2024-04-09 11:44:11 +02:00 |
|
Colin Darie
|
4bbe136987
|
Merge pull request #10283 from demarches-simplifiees/fix-main-menu-a11y
Remplacement de l'attribut `aria-current="page"` par `aria-current="true"` lorsque le lien concerne un ensemble de pages
|
2024-04-09 08:57:09 +00:00 |
|
Colin Darie
|
c7d2caf1b7
|
Merge pull request #10266 from demarches-simplifiees/fix-a11y-contact-page
Amélioration de l'accessibilité de la page de contact.
|
2024-04-09 08:17:24 +00:00 |
|
Colin Darie
|
6e9bae4f0c
|
Merge pull request #10289 from colinux/fix-preferred-domain
Tech: n'assigne pas le domaine préféré à l'inscription/connexion si la feature n'est pas activée
|
2024-04-09 08:15:32 +00:00 |
|
Colin Darie
|
3c7018fd31
|
fix: don't set preferred domain on signup/signin unless feature is enabled
|
2024-04-09 10:04:18 +02:00 |
|
Colin Darie
|
25892f594c
|
fix(jobs): don't enqueue crons to default adapter anymore
|
2024-04-08 18:27:31 +02:00 |
|