demarches-normaliennes/app
Paul Chavard 9dd1973e18
fix(dossier): always remove previous champ version
If champ type_de_champ gets out of sync with its type, the persisted champ will not be part of the filled champs collection. In the merge code, we need to remove the previous champ, disregarding its type. The problem should have been caught earlier, but our unique index is not actually unique because our version of PG misses `NULLS NOT DISTINCT`. The unique index only works for champs in repetitions.
2024-12-16 21:49:51 +00:00
..
assets fix apres retours 2024-12-16 15:57:16 +01:00
components ui(navigation_icons): use span icons which are bolder [asked by design]. 2024-12-10 10:22:08 +01:00
controllers fix apres retours 2024-12-16 15:57:16 +01:00
custom_views feat(footer): customize using custom views & locales 2022-03-10 17:31:20 +01:00
dashboards Add hidden_by_expired_at to manager 2024-12-09 09:48:41 +01:00
fields Fix missing expiration after refacto 2024-09-17 14:26:06 +02:00
graphql refactor(champ): make row_id a named param 2024-12-09 10:06:13 +01:00
helpers fix apres retours 2024-12-16 15:57:16 +01:00
javascript Fix: allow custom email (!), require a mail confirmation 2024-12-13 11:37:20 +01:00
jobs Merge pull request #11119 from demarches-simplifiees/fix_crazy_cron 2024-12-09 08:43:40 +00:00
lib feat(rnf): switch to new url and auth method 2024-12-05 16:04:44 +01:00
mailers [#10951] Create a cron job to warn user with a old brouillon 2024-12-03 10:29:21 +01:00
models fix(dossier): always remove previous champ version 2024-12-16 21:49:51 +00:00
policies cleanup: remove dead code 2024-11-05 21:57:05 +01:00
schemas feat(service): prefill contact information from annuaire service public 2024-11-04 12:48:13 +01:00
serializers refactor(champ): move champ value format methods from TypeDeChamp class to instance 2024-10-21 13:09:49 +02:00
services Merge pull request #11114 from mfo/US/switch-to-new-rnf-api-endpoint 2024-12-12 14:49:24 +00:00
tasks/maintenance migration(champs): remove non fillable champs and add repetition rows 2024-12-16 12:21:14 +00:00
types prepare export template to be used for tabular template 2024-11-14 14:45:40 +01:00
validators no validation if tabular export template 2024-11-14 14:45:40 +01:00
views Adapte le style pour les avis 2024-12-16 15:57:17 +01:00