Damien Le Thiec
|
4b0e6ea382
|
Convert datetime field to datetime_local (#8572)
* Convert datetime field to datetime_local
* Fix tests
* Add value formatting view datetime component
* Add helper datetime component value
|
2023-02-09 15:18:38 +01:00 |
|
sebastiencarceles
|
6c5b82ebbf
|
filter out locale from stored query params
As 'locale' isn't a param we want to prefill a dossier, we ignore it
and remove it from the stored query params.
|
2023-02-09 13:51:52 +01:00 |
|
sebastiencarceles
|
7a254d124f
|
feature spec cover
|
2023-02-09 13:51:52 +01:00 |
|
sebastiencarceles
|
b3af9108cb
|
harmonize get and post: go to prefilled file
|
2023-02-09 13:51:52 +01:00 |
|
sebastiencarceles
|
e212055ef8
|
tell when query params have been stored
|
2023-02-09 13:51:52 +01:00 |
|
sebastiencarceles
|
73fa572236
|
spec cover
|
2023-02-09 13:51:52 +01:00 |
|
Colin Darie
|
e626eb69ce
|
feat(admin): import groupe instructeurs csv when procedure is closed
|
2023-02-09 11:17:13 +01:00 |
|
Kara Diaby
|
f212fa1008
|
Permet de cloner une démarche depuis la page toutes les démarches
|
2023-02-09 08:28:30 +00:00 |
|
Paul Chavard
|
f22cc8812b
|
secu(graphql): log full queries and variables
|
2023-02-08 15:10:27 +01:00 |
|
Paul Chavard
|
dc9a455d22
|
fix(dossier): prevent crash in rebase
|
2023-02-08 11:11:14 +01:00 |
|
Eric Leroy-Terquem
|
22089efa12
|
test(groupe instructeurs): add test and preview when removing instructeurs
|
2023-02-08 10:36:42 +01:00 |
|
Eric Leroy-Terquem
|
6cbc514d56
|
feat(groupe instructeurs): remove mailing when add instructeurs
|
2023-02-08 10:36:42 +01:00 |
|
Colin Darie
|
51338eebb1
|
fix(admin/conditional): don't break when target champ is empty but a value is still referenced
|
2023-02-06 16:49:39 +01:00 |
|
Martin
|
14494255be
|
Revert "migrate(champs): normalize departements (#8505)"
This reverts commit 6800bb8cec .
|
2023-02-06 15:57:26 +01:00 |
|
Martin
|
db36397bc5
|
Revert "migration: normalize regions (#8521)"
This reverts commit 8fee658eba .
|
2023-02-06 14:49:51 +01:00 |
|
Paul Chavard
|
6924b8e46d
|
feat(dossier): optional repetition champ should not add first row
|
2023-02-06 11:53:32 +01:00 |
|
simon lehericey
|
a1487e9923
|
fix: allow a tag in various admin text
|
2023-02-06 11:01:28 +01:00 |
|
Martin
|
f4cc8078b4
|
amelioration(EmailEvent): purge les email_events vieux de plus de un mois
Update app/models/email_event.rb
Co-authored-by: Colin Darie <colin@darie.eu>
Update app/jobs/cron/purge_old_email_event_job.rb
Co-authored-by: Colin Darie <colin@darie.eu>
|
2023-02-06 10:35:57 +01:00 |
|
Martin
|
6a25120f80
|
amelioration(dolist_api): echoue avec un fail pour remonter dans notre gestion des retry
|
2023-02-03 17:19:36 +01:00 |
|
Martin
|
2de9026c13
|
amelioration(dolist_api): forward le message_id afin de faciliter les investigations
|
2023-02-03 17:19:36 +01:00 |
|
Lisa Durand
|
f80fe9680f
|
corrections from Sim review
|
2023-02-03 15:13:06 +01:00 |
|
Lisa Durand
|
fcd5b38a28
|
fix spec broken because new line in html table
|
2023-02-03 15:13:06 +01:00 |
|
Lisa Durand
|
f1a378bf03
|
dont'use DSFR component - add a line inside the table instead
|
2023-02-03 15:13:06 +01:00 |
|
Lisa Durand
|
9aa6c55d1f
|
replace partial by component
|
2023-02-03 15:13:06 +01:00 |
|
Lisa Durand
|
1a79eb9717
|
change checkbox tag to hidden field
|
2023-02-03 15:13:06 +01:00 |
|
Lisa Durand
|
93a85ca4b0
|
add limit of 500 dossiers
|
2023-02-03 15:13:06 +01:00 |
|
mfo
|
48503e0743
|
Merge pull request #8533 from colinux/feat-dolist-send-mail-api
Email: API Dolist pour envoyer des emails transactionnels
|
2023-02-03 14:36:53 +01:00 |
|
Eric Leroy-Terquem
|
ff5fecef25
|
fix(dossiers_transfers): can destroy dossiers_transfers
|
2023-02-03 13:48:39 +01:00 |
|
Colin Darie
|
380a4232c6
|
fix(mailer): preview for DossierMailer#notify_new_draft
|
2023-02-02 15:58:53 +01:00 |
|
Colin Darie
|
b0b7114c3b
|
feat: jsv support for primitives
|
2023-02-02 14:55:46 +01:00 |
|
Sébastien Carceles
|
8fee658eba
|
migration: normalize regions (#8521)
|
2023-02-02 10:19:33 +00:00 |
|
Sébastien Carceles
|
6800bb8cec
|
migrate(champs): normalize departements (#8505)
* migration: normalize departements
* rename update_all methods to avoid collusions
* simplify scopes
|
2023-02-02 10:00:56 +00:00 |
|
Paul Chavard
|
2971100081
|
fix(dossier): do not try to rebase if procedure is not published
|
2023-02-02 10:11:46 +01:00 |
|
Paul Chavard
|
fc31ef6da3
|
chore(dossier): move concern spec to concern folder
|
2023-02-02 10:11:29 +01:00 |
|
Lisa Durand
|
120fbb0ef7
|
Overload the finished_at
|
2023-02-01 17:06:04 +01:00 |
|
Lisa Durand
|
d0a131dc55
|
change the way we set the finished_at on batch operation job to fix alert display bug
|
2023-02-01 17:06:04 +01:00 |
|
Colin Darie
|
fa0f72aaba
|
feat(procedure): hide estimated fill duration when super admin disabled it
Closes #8466
|
2023-02-01 11:02:55 +01:00 |
|
Colin Darie
|
eb9cd90ee8
|
chore(schema): +procedure#estimated_duration_visible
|
2023-02-01 11:02:55 +01:00 |
|
Paul Chavard
|
9c83939431
|
fix(dossier): fix adding repetition in a new revision
|
2023-02-01 10:36:46 +01:00 |
|
Eric Leroy-Terquem
|
b306dea5cf
|
refactor(avis): rename revive by remind
|
2023-02-01 09:55:46 +01:00 |
|
Eric Leroy-Terquem
|
004bf5be38
|
feat(avis): add remind_by! method
|
2023-02-01 09:55:46 +01:00 |
|
Martin
|
4f4791a864
|
bug(liens-invitation): ne devrait pas pointer sur l'avis ayant le même id que l'invitation
|
2023-01-31 16:33:31 +01:00 |
|
Martin
|
88553eec9b
|
correctif(dossier_transfer): le transfer de dossier vers un email contenant des majuscule ne fonctionnait pas
|
2023-01-31 14:52:57 +01:00 |
|
Colin Darie
|
5cddb1c74e
|
fix(procedure_presentation): options groupe_instructeur for that procedure only
|
2023-01-31 13:55:06 +01:00 |
|
Paul Chavard
|
dcbe16603a
|
fix(dossier): fix parser with dashes
|
2023-01-31 10:40:48 +01:00 |
|
Paul Chavard
|
ca05fb753b
|
fix(only_present_on_draft?): broken when type_de_champ is removed from later revisions
|
2023-01-31 09:26:50 +01:00 |
|
Colin Darie
|
36d5569114
|
fix(instructeurs): pdf in exports include info administration
|
2023-01-30 18:38:54 +01:00 |
|
Colin Darie
|
ef864021f7
|
refactor(pj_service): explicit options with_{bills,champs_private} because expert & instructeurs does not need the same
|
2023-01-30 18:04:09 +01:00 |
|
Martin
|
dbe64cf0c8
|
correctif(date_champ): renforce la validation avec le parsing de la date plutot qu'une approche par regexp
|
2023-01-30 13:01:24 +01:00 |
|
Martin
|
78f9910fd0
|
bug(date): la validation est trop lache
|
2023-01-30 13:01:24 +01:00 |
|