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 |
|
Paul Chavard
|
198860d9f3
|
fix(dropdown_multiple): options -> enabled_non_empty_options
|
2023-11-07 13:55:16 +01:00 |
|
Paul Chavard
|
869d83dda9
|
feat(dossier): validate on change and revalidate on input
|
2023-10-31 17:52:00 +00:00 |
|
Paul Chavard
|
d76123831c
|
fix(drop_down_list): fix other option with combobox and some cleanup
|
2023-10-27 18:11:26 +02:00 |
|
Martin
|
2295d64300
|
amelioration(dossier.pdf): pour les champs de type Champs::AddressChamp, ajoute le code insee de la commune sous l'adresse complete, ajoute le code postal, ajoute le departemenent et son code. Pour les champs de type Champs::CommuneChamp ajoute le code postal de la commune
|
2023-10-25 09:22:35 +02:00 |
|
Kara Diaby
|
a26df43577
|
User : Ajoute le type de champ Expression régulière coté utilisateur
|
2023-10-16 08:53:52 +00:00 |
|
Lisa Durand
|
5e8d59244e
|
Merge pull request #9560 from demarches-simplifiees/instructeur-filter-display-select-for-multiple-field
ETQ instructeur si j'utilise un filtre de type choix, les valeurs possibles s'affichent dans un select
|
2023-10-12 07:51:04 +00:00 |
|
Lisa Durand
|
cde8c614e6
|
display a select for input of choice type in instructeur filter
|
2023-10-05 11:32:07 +02:00 |
|
mfo
|
e1fe1188de
|
Merge pull request #9491 from mfo/US/better-error-summary
amelioration(usagers.dossiers.erreurs): ETQ usager, lorsque je soumets un dossier avec des erreurs, le format des erreurs est au format du DSFR
|
2023-09-28 17:01:09 +00:00 |
|
Martin
|
d8220395c8
|
amelioration(usagers.dossiers.erreurs): ETQ usager, lorsque je soumets un dossier avec des erreurs, le format des erreurs est au format du DSFR
Update app/components/dossiers/errors_full_messages.rb
Update app/components/dossiers/errors_full_messages/errors_full_messages.html.haml
Co-authored-by: Colin Darie <colin@darie.eu>
|
2023-09-28 17:50:47 +02:00 |
|
Colin Darie
|
75bf30bed2
|
feat(champ-numbers): format value in input to a backend compatible value
|
2023-09-28 15:26:35 +02:00 |
|
Colin Darie
|
123114be81
|
fix(conditional): don't .to_i/to_f => 0 an invalid number
|
2023-09-28 15:26:34 +02:00 |
|
Paul Chavard
|
fb917a221d
|
feat(combobox): use ComboboxComponent on drop_down_list champs
|
2023-09-15 14:49:13 +02:00 |
|
Martin
|
094f4f3ce6
|
tech(refacto): extrait la logique de rendu du dsfr sur les composants
|
2023-09-04 10:55:48 +02:00 |
|
Martin
|
f54ab0bf96
|
amelioration(form): utilise les bonnes classes DSFR pour divers composants
|
2023-09-04 10:55:48 +02:00 |
|
Martin
|
d164605f32
|
amelioration(champs.commune): passe le champs commune au DSFR, l'encapsule dans un fieldset et améliore le wording
|
2023-09-04 10:55:48 +02:00 |
|
Martin
|
a947457b57
|
amelioration(champs.epci): passe le champs epci au DSFR et l'encapsule dans un fieldset
|
2023-09-04 10:55:48 +02:00 |
|
Kara Diaby
|
58bcdb406d
|
Multiple drop down list au DSFR
|
2023-09-04 10:55:48 +02:00 |
|
Kara Diaby
|
37796b8843
|
Checkbox au DSFR
|
2023-09-04 10:55:48 +02:00 |
|
Kara Diaby
|
0ab31ba649
|
Boutons radio au DSFR
|
2023-09-04 10:55:48 +02:00 |
|
Paul Chavard
|
3a54e44b57
|
fix(dossier): should refresh dossier footer when removing options from multiselect
|
2023-08-31 15:43:40 +02:00 |
|
Christian Lautier
|
5ce42afe28
|
Fix datetime_champ validation with negative time zone
|
2023-08-02 14:40:47 +02:00 |
|
Paul Chavard
|
0f6188a542
|
chore(annotate): remove model comments
|
2023-08-02 11:43:23 +02:00 |
|
Paul Chavard
|
95f7ca0f44
|
fix(cojo): invalid accreditation should result in a blank champ
|
2023-07-10 19:15:39 +02:00 |
|
Paul Chavard
|
d5820277c0
|
feat(cojo): add cojo type de champ
|
2023-07-10 14:57:34 +02:00 |
|
Colin Darie
|
10a37793be
|
Merge pull request #9252 from colinux/fix-demande-updated-at
ETQ usager/instructeur: fix date de modification du dossier
|
2023-06-28 08:46:39 +00:00 |
|
Paul Chavard
|
02dcead04a
|
fix(commune): add fallbacks to commune name resolution
|
2023-06-28 09:44:21 +02:00 |
|
Colin Darie
|
1bdc6c02c6
|
style(demande): homogeneize "blank" champs and not attached files champs
|
2023-06-27 17:44:21 +02:00 |
|
simon lehericey
|
7b17bfe0a1
|
feat: add info for screen reader
|
2023-05-12 10:03:54 +02:00 |
|
Paul Chavard
|
fe041b4c6c
|
fix(textarea): fix character limit option
|
2023-05-05 16:36:51 +02:00 |
|
Paul Chavard
|
471da7eb61
|
Revert "Revert "Merge pull request #8844 from demarches-simplifiees/feat/7739""
This reverts commit 909d726429 .
|
2023-05-05 16:36:51 +02:00 |
|
Colin Darie
|
d31016973c
|
chore(schema): model annotations accordingly to schema
|
2023-05-03 11:35:31 +02:00 |
|
Nicolas Cavigneaux
|
3aa6a5e28e
|
fix: url helper method calls for files
|
2023-05-03 11:35:28 +02:00 |
|
Paul Chavard
|
f2c1c071b4
|
Revert "Merge pull request #8899 from demarches-simplifiees/8738-validate-adresse-electronique"
This reverts commit d3eda28f35 , reversing
changes made to 6394996e7f .
|
2023-04-28 16:10:20 +02:00 |
|
Paul Chavard
|
909d726429
|
Revert "Merge pull request #8844 from demarches-simplifiees/feat/7739"
This reverts commit 04fbfa15b7 , reversing
changes made to aac1cc7161 .
|
2023-04-28 16:08:24 +02:00 |
|
Kara Diaby
|
f3f49941b6
|
Ajoute un compteur sur les champ de type textarea sur l'interface usager
|
2023-04-27 10:28:43 +02:00 |
|