Paul Chavard
|
38a703034e
|
feat(champ): expose paths
|
2024-04-04 16:13:23 +02:00 |
|
mfo
|
e08aa7d28b
|
wip(validates): prefill and validate_champ_value? on all other missing validation checks
|
2024-04-01 07:36:14 +02:00 |
|
mfo
|
284a10e235
|
fix(Champs::EngagementJuridiqueChamp): validates Champs::EngagementJuridiqueChamp respecting it's validation context.
|
2024-04-01 07:18:14 +02:00 |
|
mfo
|
ff527517c9
|
fix(Champs::CiviliteChamp): validates Champs::CiviliteChamp respecting it's validation context.
|
2024-04-01 07:18:14 +02:00 |
|
mfo
|
94ea16c894
|
fix(Champs::BooleanChamp): validates Champs::BooleanChamp respecting it's validation context.
|
2024-04-01 07:18:14 +02:00 |
|
mfo
|
d7f152f4af
|
fix(Champs::PhoneChamp): validates Champs::PhoneChamp respecting it's validation context.
|
2024-04-01 07:18:14 +02:00 |
|
mfo
|
374d763084
|
fix(Champs::IntegerNumberChamp): validates Champs::IntegerNumberChamp respecting it's validation context.
|
2024-04-01 07:18:13 +02:00 |
|
mfo
|
fd5faad31f
|
fix(Champs::PaysChamp): validates Champs::PaysChamp respecting it's validation context. Also do not save value when external_id/code can't be found by lookup
|
2024-04-01 07:18:13 +02:00 |
|
mfo
|
04f3b6a844
|
fix(Champs::DecimalNumberChamp): validates Champs::DecimalNumberChamp respecting it's validation context
|
2024-04-01 07:07:11 +02:00 |
|
Lisa Durand
|
65b8f6881a
|
Merge pull request #10143 from demarches-simplifiees/float-too-many-decimal-ldu
ETQ admin, je veux que le champ nombre décimal ne prenne que 3 chiffres après la virgule
|
2024-03-27 10:05:35 +00:00 |
|
Lisa Durand
|
a3ab6dd257
|
add validation on decimal max 3 digits after coma
|
2024-03-27 10:55:10 +01:00 |
|
Paul Chavard
|
eff03aaf23
|
refactor(dossier): label indexes based on type_de_champ not champ
|
2024-03-20 09:58:47 +01:00 |
|
Paul Chavard
|
c5892a1ca2
|
Merge pull request #10141 from tchak/fix-rows-order
fix(champs): fix rows order
|
2024-03-18 16:56:21 +00:00 |
|
Paul Chavard
|
818dcc32da
|
fix(champs): fix rows order
|
2024-03-18 17:26:41 +01:00 |
|
Paul Chavard
|
1b2315cd45
|
fix(champ): fix multiple champ copies bug
|
2024-03-18 12:13:22 +01:00 |
|
Paul Chavard
|
900db5624f
|
refactor(champs): if champ not found - build it
|
2024-03-17 23:51:45 +01:00 |
|
Paul Chavard
|
aa0aea1543
|
refactor(dossier_vide): use types_de_champ instead of empty dossier
|
2024-03-12 14:23:07 +01:00 |
|
Paul Chavard
|
9afe71529e
|
fix(addresse): lookup for city, departement and region name in local db
|
2024-03-11 10:49:56 +01:00 |
|
Paul Chavard
|
3b13595a41
|
Merge pull request #10027 from mfo/US/input-state-valid-after-update
correctif(Champs::Civilite): ETQ usager, j'aimerais que le champs de type civilité ait le même style d'erreur que les autres
|
2024-03-07 14:03:06 +00:00 |
|
Martin
|
0519dece96
|
fix(Champs::Civilite): fix dsfr missing red feedback, add green feedback
|
2024-03-06 15:56:36 +01:00 |
|
Paul Chavard
|
a247ec6c12
|
Merge pull request #9695 from tchak/use-types-de-champ-as-source-of-truth
refactor(dossier): use revision as source of truth to diplay champs
|
2024-03-04 15:03:02 +00:00 |
|
Paul Chavard
|
9b26dedab4
|
refactor(dossier): make new methods arguments named
|
2024-03-04 10:59:11 +01:00 |
|
Paul Chavard
|
1850d80b82
|
refactor(dossier): use new champs_for_revision method
|
2024-03-04 10:59:11 +01:00 |
|
Paul Chavard
|
f7758d0033
|
refactor(dossier): remove old section code
|
2024-03-04 10:59:11 +01:00 |
|
Paul Chavard
|
6a69b350f7
|
fix(address): nullify data when empty or invalid address is entered
|
2024-03-04 09:06:50 +01:00 |
|
Paul Chavard
|
702b9dd8b3
|
fix(champ): do not reset data on champs without fetch_external_data
|
2024-02-21 08:54:08 +01:00 |
|
Colin Darie
|
560d50f52d
|
fix(dropdown-multiple): a valid option starting by [ may not be a JSON value
|
2024-02-20 17:41:53 +01:00 |
|
Martin
|
8dc3103ac1
|
fix(champs.email): allow nil
|
2024-02-19 15:13:20 +01:00 |
|
Paul Chavard
|
20307f1d21
|
refactor(address): use directly BAN data
|
2024-02-16 12:15:14 +01:00 |
|
Martin
|
8488e74bbb
|
review(suggestion): better code with reviews, normalize Champs::EmailChamp.value, simplier default strict validation activation
Co-authored-by: Colin Darie <colin@darie.eu>
|
2024-02-15 16:41:00 +01:00 |
|
Martin
|
25f92a7760
|
feat(email.validator): define a strict email validator, validates Champs::EmailChamp.value only on validation context
Co-authored-by: Paul Chavard <github@paul.chavard.net>
|
2024-02-15 16:41:00 +01:00 |
|
Colin Darie
|
bd3c2c070a
|
Merge pull request #9957 from demarches-simplifiees/finalize-rna-rnf-ldu
ETQ instructeur et consommateur API, la vue du champ RNA est harmonisée avec le champ RNF
|
2024-02-14 15:30:54 +00:00 |
|
Lisa Durand
|
f09ab62620
|
add rna type de champ to harmonize api with rnf
|
2024-02-12 17:20:07 +01:00 |
|
Lisa Durand
|
9e3f28e87b
|
add rnf and rna address in form view
|
2024-02-12 17:20:05 +01:00 |
|
Colin Darie
|
ea89c2e8dd
|
fix(attestation): tag commune_name from address
|
2024-02-12 15:08:05 +01:00 |
|
Colin Darie
|
fb14afc530
|
fix(rna): real RNA identifier could contain at least 1 letter, despite of specs
|
2024-02-06 15:02:57 +01:00 |
|
mfo
|
a0248bf08b
|
Merge pull request #9888 from mfo/US/validate-epci-by-code
Correctif: Le noms des EPCIs changent, ce qui bloque la validation et ou demande a resaisir le champs
|
2024-01-08 09:56:09 +00:00 |
|
Martin
|
fa07c21ec3
|
fix(champs.epci): epci names change over time. remap when it occurs
|
2024-01-04 07:17:15 +01:00 |
|
Eric Leroy-Terquem
|
4c82f2c9d7
|
fix(champ value): fix compute_value_json on departement champ
|
2023-12-21 16:21:08 +01:00 |
|
Colin Darie
|
29df9ad09d
|
Merge pull request #9751 from tchak/departement-tags
feat(champs): expose more tags and api fields on rnf, address and commune
|
2023-12-21 08:45:01 +00:00 |
|
Eric Leroy-Terquem
|
3db21b633c
|
chore(conditional): update champs to use in_region operators
|
2023-12-14 17:48:13 +01:00 |
|
Paul Chavard
|
bfc809f96f
|
feat(champs): expose more tags and api fields on rnf, address and commune
|
2023-11-27 15:33:05 +00:00 |
|
krichtof
|
61654d65a2
|
Merge pull request #9740 from demarches-simplifiees/9670-expose-rnf-api
En tant que consommateur de l'API DS, je peux récupérer les infos RNF
|
2023-11-23 12:55:58 +00:00 |
|
Christophe Robillard
|
6984dac41e
|
update value reader for rnf champ
|
2023-11-22 12:35:44 +01:00 |
|
Christophe Robillard
|
daa4c28af7
|
add data from rnf field to export
|
2023-11-22 12:20:05 +01:00 |
|
Martin
|
0428853f4d
|
amelioration(Champs::EngagementJuridiqueChamp): valide le format
|
2023-11-09 10:09:14 +01:00 |
|
Martin
|
13624f0f7e
|
add type de champs ej bin/rails generate add_champ EngagementJuridique
|
2023-11-09 10:09:13 +01:00 |
|
Eric Leroy-Terquem
|
0968f02a26
|
Merge pull request #9648 from demarches-simplifiees/add-rnf-service
Ajout d'un nouveau référentiel : le Répertoire National des Fondations (RNF)
|
2023-11-08 09:06:47 +00:00 |
|
Paul Chavard
|
34a76d8afd
|
feat(dossier): commune champ is an autocomplete now
|
2023-11-07 20:58:39 +01:00 |
|
Eric Leroy-Terquem
|
694cbcd0a2
|
feat(rnf): add rnf type_de_champ
|
2023-11-07 14:21:28 +01:00 |
|