Commit graph

15030 commits

Author SHA1 Message Date
mfo
011fcd40d8
Merge pull request #7457 from betagouv/US/fix-webhook
fix(WebHookJob): missing find procedure
2022-06-10 17:30:28 +02:00
Martin
165db34c4a fix(WebHookJob): missing find procedure 2022-06-10 17:28:07 +02:00
mfo
abb0f8b650
Merge pull request #7455 from betagouv/US/fix-cron-DeclarativeProceduresJob-fail-all-on-one-error
bug(DeclarativeProceduresJob.perform_now): fail all next procedure on one dossier failure
2022-06-10 15:03:37 +02:00
Martin
b84c2966c4 fix(DeclarativeProceduresJob.perform_now): avoid to crash other demarche when one fail 2022-06-10 14:59:36 +02:00
Martin
ab04369c06 bug(DeclarativeProceduresJob.perform_now): fail all next procedure on one dossier failure 2022-06-10 14:59:36 +02:00
Kara Diaby
8fdbbc7f88
Merge pull request #7454 from betagouv/fix-procedure-restauration
Fixe la restauration des démarches supprimées
2022-06-10 14:31:59 +02:00
Kara Diaby
d58ecb3fcc Lors de la restauration d'une démarche supprimée, met sur les dossiers liés hidden_by_administration_at à nil 2022-06-10 12:33:47 +02:00
Paul Chavard
9c5bf1ed1f
Merge pull request #7449 from tchak/feat-date-filter
feat(procedure_presentation): add since date filters
2022-06-09 16:18:35 +02:00
Paul Chavard
95a1ea1047 feat(procedure_presentation): add since date filters 2022-06-09 13:01:22 +01:00
Kara Diaby
1cbdfe3d66
Merge pull request #7446 from betagouv/feat/7274
ETQ admin, je souhaite visualiser le recap des modifications apportées lorsque ma démarche close
2022-06-08 14:54:04 +02:00
Kara Diaby
1f2f148464 tests 2022-06-08 14:38:17 +02:00
Kara Diaby
5f1f8b299a layout 2022-06-08 14:38:17 +02:00
Kara Diaby
d2bd2ffcbe controller 2022-06-08 14:38:17 +02:00
Kara Diaby
60eed4ec01 model 2022-06-02 15:48:11 +02:00
mfo
ead1f1fa57
Merge pull request #7443 from betagouv/US/fix-drop-down-with-other
fix(drop_down_list): ensure to skip disabled input when sending data via autosave
2022-06-02 13:53:27 +02:00
Martin
7ed9d586cf fix(drop_down_list): ensure to skip disabled input when sending data via autosave 2022-06-02 09:06:37 +02:00
mfo
7f91ee183e
Merge pull request #7420 from betagouv/US/a11y/asqatasum-fixes
feat(a11y): Fix some a11y issues
2022-06-01 17:24:26 +02:00
Martin
422990f664 fix(6.2.1): home, for each text link with a link title (title attribute), is the content of this attribute relevant?
fix(9.2.1): add nav to footer as it is a navigation area

fix(8.9.1): sign_in, do not use %hr within %p which implicitely close the %p leading to an empty %p after that

fix(9.2.1): sign in, missing %nav element
2022-06-01 17:20:34 +02:00
mfo
7cea474231
Merge pull request #7440 from betagouv/US/avoid-same-webhook-notification
fix(webhook.perform): enqueue WebHookJob with current state/updated_at for consistency reason
2022-06-01 16:59:45 +02:00
Martin
d39b3b09ed fix(webhook.perform): ensure to enqueue job with current state/updated_at for consistency reason 2022-06-01 15:54:55 +02:00
Kara Diaby
1c2b5690ad
Merge pull request #7441 from betagouv/fix-service-bandeau
Fix service name bandeau
2022-06-01 15:21:51 +02:00
Kara Diaby
df2b4408c2 procedure.service.nom instead of organisation if service exists 2022-06-01 15:11:26 +02:00
Pierre de La Morinerie
e44a6ddeea
Merge pull request #7435 from betagouv/remove-procedure-estimated-fill-time-feature-flag
Technique : activation de l'estimation de la durée de remplissage pour toutes les démarches, et suppression du feature-flag `procedure-estimated-fill-time`
2022-06-01 15:06:13 +02:00
Pierre de La Morinerie
c1616adf8c app: remove procedure-estimated-fill-time feature-flag
The feature is now enabled for every procedure.

Ref #7338
2022-06-01 11:11:55 +02:00
Paul Chavard
1c940c700d
Merge pull request #7438 from tchak/fix-parent-revision-id
fix(procedure): fix wrong parents
2022-06-01 10:42:26 +02:00
Paul Chavard
baad32905f fix(procedure): fix wrong parents 2022-06-01 09:33:39 +02:00
Paul Chavard
462b2618a4 feat(procedure): move new children to new parent in transaction 2022-06-01 09:33:39 +02:00
Pierre de La Morinerie
57371634fc
Merge pull request #7437 from betagouv/fix-procedure-creation-with-estimate
Correction d'une exception lors de la création d'une démarche avec les estimations de durée activées
2022-06-01 09:19:26 +02:00
Pierre de La Morinerie
1a34a357a3 views: fix exception when creating a procedure with estimate enabled 2022-05-31 17:21:04 +02:00
Pierre de La Morinerie
8c3356b620
Merge pull request #7430 from betagouv/fix-datetime-label
Usager : correction de l'affichage du sélecteur de date et heure
2022-05-31 15:45:20 +02:00
Pierre de La Morinerie
149c6399f5 view: properly hide labels of the datetime selector
The accessibility labels where not properly hidden, which
resulted in the labels being visible and stacked vertically.
2022-05-31 15:35:40 +02:00
Pierre de La Morinerie
a18fa8adb3
Merge pull request #7432 from betagouv/fix-feature-flag-name
Technique : correction du nom du feature-flag `procedure_estimated_fill_duration`
2022-05-31 15:32:50 +02:00
Pierre de La Morinerie
71d33a7004 helpers: fix name of procedure_estimated_fill_duration feature-flag 2022-05-31 15:26:59 +02:00
Pierre de La Morinerie
d0723b684b
Merge pull request #7422 from betagouv/fix-patron-page
Technique : correction d'une exception sur la page /patron
2022-05-31 15:16:20 +02:00
Pierre de La Morinerie
2b90d7cc01 helpers: allow champ without persisted dossier
This fixes the /patron page. I also added an end-to-end test
to avoid breaking this page in the future.
2022-05-31 15:12:29 +02:00
mfo
854274cae3
Merge pull request #7369 from betagouv/US/ensure_current_user_is_expert_email
feat(targeted_user_link): add targeted user link to wrap expert invitation in order to avoid access issue when the expert is connected with another account
2022-05-31 14:55:26 +02:00
Martin
cb890343ff feat(targeted_user_link): add targeted user link to wrap expert invitation in order to avoid access issue when the expert is connected with another account
feat(user.merge): ensure to merge user.targeted_user_link

Update app/models/targeted_user_link.rb

Co-authored-by: LeSim <mail@simon.lehericey.net>

Update app/models/targeted_user_link.rb

Co-authored-by: LeSim <mail@simon.lehericey.net>

Update app/models/targeted_user_link.rb

Co-authored-by: LeSim <mail@simon.lehericey.net>

feat(db/create_targeted_user_links): ensure not null with fk
2022-05-31 14:50:31 +02:00
Paul Chavard
bc68b29336
Merge pull request #7425 from betagouv/bump_rake
bump rake
2022-05-31 14:01:10 +02:00
simon lehericey
c5081c0a1c bump rake 2022-05-31 13:55:59 +02:00
Paul Chavard
b6b3284fba
Merge pull request #7426 from tchak/fix-clone-with-blocks
fix(revision): fix clone démarches with repetitions
2022-05-31 13:55:35 +02:00
Paul Chavard
c0a253078c fix(revision): fix clone démarches with repetitions 2022-05-31 13:28:56 +02:00
Paul Chavard
9faca4b670
Merge pull request #7362 from tchak/refactor-remove-types-de-champ
Remove TypeDeChamp#types_de_champ
2022-05-31 09:05:36 +02:00
Paul Chavard
02675a104d fix(revision): fix tests to use new revison system 2022-05-31 08:58:53 +02:00
Paul Chavard
a36672239d refactor(revision): rename find_or_clone_type_de_champ 2022-05-31 08:58:53 +02:00
Paul Chavard
6f98def288 refactor(revision): remove old code 2022-05-31 08:58:53 +02:00
Pierre de La Morinerie
721b5fd0ec
Merge pull request #7419 from betagouv/publicode-releasedate
publiccode.yml : ajout du lien vers la dernière release
2022-05-31 08:14:57 +02:00
Christophe Robillard
7a593963aa [doc] expose link to find releaseDate 2022-05-31 08:09:41 +02:00
Pierre de La Morinerie
ad89f4cfba
Merge pull request #7413 from tchak/refactor-messages-autosave
refactor(stimulus): use stimulus in message forms
2022-05-31 08:07:27 +02:00
Paul Chavard
906eea188e refactor(stimulus): use stimulus in message forms 2022-05-30 18:21:32 +02:00
mfo
8eb4cf6d51
Merge pull request #7401 from betagouv/US/fix-destroyed-claimant-email-access
fix(avis#instruction): avoid claiment(nil).email.
2022-05-30 15:46:06 +02:00