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 |
|
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 |
|
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 |
|
Paul Chavard
|
dad393355b
|
chore(db): remove unused columns
|
2023-01-17 12:49:22 +01:00 |
|
Damien Le Thiec
|
5e26acb0e1
|
Make date and datetime prefillable (#8304)
* Make date and datetime prefillable
* Format in ISO8601 format
|
2023-01-12 17:42:02 +01:00 |
|
Paul Chavard
|
dfe65136be
|
refactor(repetition): add row_id to champs
|
2023-01-05 18:04:54 +01:00 |
|
sebastiencarceles
|
373e8aeadb
|
review: validate prefilled champs only
|
2022-12-08 15:27:39 +01:00 |
|
Paul Chavard
|
16bba911ba
|
Revert "Merge pull request #7637 from tchak/chore-add-missing-foreign-keys"
This reverts commit b21ee46dc2 , reversing
changes made to dd85b5c35c .
|
2022-09-21 15:20:42 +02:00 |
|
Paul Chavard
|
84b9644bcd
|
fix(db): add missing foreign keys
|
2022-09-20 15:16:52 +02:00 |
|
Paul Chavard
|
09a09d3fcf
|
feat(revisions): add rebased_at to champs
|
2021-10-20 17:26:09 +02:00 |
|
simon lehericey
|
354735ace4
|
add champ value_json jsonb column
|
2021-10-12 14:27:20 +02:00 |
|
Paul Chavard
|
78a07ef021
|
Add job exception logs to dossier and champ
|
2021-02-04 19:27:27 +01:00 |
|
Paul Chavard
|
09a3cacd88
|
Add external_id to champs
|
2021-01-15 11:50:02 +01:00 |
|
Paul Chavard
|
a1643dad84
|
Add data column to champ
|
2021-01-14 17:31:37 +01:00 |
|
Pierre de La Morinerie
|
6d28069539
|
models: generate annotations
|
2020-08-12 11:45:53 +02:00 |
|
clemkeirua
|
6d02e6e9e8
|
replaced helper has_html_label? with inheritance
|
2020-03-24 16:54:36 +00:00 |
|
Paul Chavard
|
b97cbd3402
|
Serialize champ repetition for tags
closes #4272
|
2019-09-12 17:23:18 +02:00 |
|
simon lehericey
|
ee296f2b44
|
Use default format for date and datetime champ
|
2019-06-12 17:48:12 +02:00 |
|
gregoirenovel
|
8b0b8162f0
|
Enable the Layout/SpaceAfterComma cop
|
2019-01-03 10:53:50 +01:00 |
|
gregoirenovel
|
df7e0a9881
|
Remove dead code
|
2018-12-19 14:59:15 +01:00 |
|
simon lehericey
|
e684cec516
|
DateTime.new => Time.zone.local
|
2018-10-26 10:10:20 +00:00 |
|
simon lehericey
|
4b25d16f5a
|
Time.zone.parse(_, options) => Time.zone.strptime(_, options)
|
2018-10-26 10:10:20 +00:00 |
|
simon lehericey
|
f620e4aee2
|
DateTime.parse => Time.zone.parse
|
2018-10-26 10:10:20 +00:00 |
|
Frederic Merizen
|
0e639030f9
|
[#2179] Generate denormalized search terms value for Dossier
|
2018-07-27 11:11:52 +02:00 |
|
Frederic Merizen
|
6af27a7190
|
[#1421] Move same_hour / same_minute to typed champ
|
2018-06-19 15:20:01 +02:00 |
|
Frederic Merizen
|
c690d3819e
|
[#1421] Move type-specific before_save to typed champs
|
2018-06-19 15:20:01 +02:00 |
|
Paul Chavard
|
e8f3fda1f0
|
Add STI champ models
|
2018-03-29 17:45:19 +02:00 |
|