mfo
9f2aff3459
feat(export.dossier_id): not a number, a string.
2024-11-14 15:31:24 +01:00
Christophe Robillard
f383e1c502
prepare export template to be used for tabular template
...
Co-authored-by: mfo <mfo@users.noreply.github.com>
2024-11-14 14:45:40 +01:00
simon lehericey
1424fca469
other option for groupe instructeurs injection
2024-11-07 18:11:43 +01:00
simon lehericey
8599dd829a
remove obsolete column.to_json
2024-11-07 18:11:43 +01:00
simon lehericey
17531b73b7
internalize value_column inside champ_column
2024-11-07 18:11:42 +01:00
simon lehericey
9fd3a460cd
remove scope arg from column.new 🎉
2024-11-07 18:11:41 +01:00
simon lehericey
f5227f9609
move options_for_select from champ_column to column
2024-11-07 18:11:40 +01:00
LeSim
4f0713a764
Merge pull request #11005 from demarches-simplifiees/work_on_json_path_column
...
ETQ Instructeur, je peux voir et filtrer sur les données retournées par API
2024-11-05 08:46:44 +00:00
simon lehericey
d03d5d0dae
add ChampColumn
2024-11-05 09:38:26 +01:00
Lisa Durand
3a45524d39
add column label to procedure table
2024-11-04 16:48:00 +01:00
simon lehericey
a5b8b936d5
a column can override its column_id
2024-11-04 16:34:38 +01:00
Paul Chavard
7fddec484d
refactor(column): no more java 🎉 get_value -> value
2024-10-31 21:36:13 +01:00
Paul Chavard
503da1d160
chore: implement special columns
2024-10-31 13:57:23 +01:00
simon lehericey
c8332b5e22
column: add more identifier
2024-10-31 10:54:28 +01:00
Paul Chavard
c6329ef10a
feat(column): add column get_value
2024-10-30 08:10:50 +01:00
simon lehericey
16e93a217b
reset procedure_presentation if a pb occurs with a column deserialization
2024-10-15 16:09:07 +02:00
simon lehericey
3677f3b2d3
tech(clean): remove Column classname: attribute
...
Co-authored-by: mfo <mfo@users.noreply.github.com>
2024-10-15 16:09:07 +02:00
simon lehericey
30fcb75da4
extract dossier_state_column
2024-10-15 16:09:07 +02:00
simon lehericey
4e0d3c2df1
improve Column not found error message
2024-10-15 15:48:41 +02:00
simon lehericey
14809b35af
add comments
2024-10-09 09:21:44 +02:00
simon lehericey
7349dd183a
notified_toggle_component use sorted_column
2024-10-08 22:51:24 +02:00
simon lehericey
693629afc8
add column type
2024-10-08 22:47:36 +02:00
simon lehericey
e3697bd976
colonne.id = { procedure_id:, column_id: }.to_json
...
because:
- id should be a string as other id
- id need procedure_id to allow ColumnType.deserialize(id) -> Column as the columns are built by a procedure
2024-10-07 22:09:20 +02:00
simon lehericey
a8b41e90cc
remove make_id
2024-10-07 21:47:03 +02:00
simon lehericey
3740a79219
add procedure_id to column.id
2024-10-07 21:46:59 +02:00
simon lehericey
c6559577f1
remove old comment
2024-10-07 14:50:35 +02:00
Paul Chavard
e7bc7c4783
feat(procedure): can filter from repetion content
2024-09-16 16:46:49 +02:00
simon lehericey
245f7bb975
remove column.virtual params
2024-09-02 17:25:46 +02:00
Colin Darie
77fb0553fc
chore: enable freeze string literals by comment
2024-08-22 09:26:48 +02:00
mfo
ec9a03ac17
Merge pull request #10693 from mfo/US/filter-by-json-path-3
...
ETQ instructeur, je peux filtrer par les donnée de champs issues d'API, a commencer par RNA/RNF SIRET
2024-08-21 09:50:47 +00:00
mfo
750842f742
feat(Column::JSONPathColumn): allow search by json path column
...
Co-authored-by: LeSim <mail@simon.lehericey.net>
2024-08-21 10:23:39 +02:00
Paul Chavard
271602082b
refactor(columns): rename virtual to displayable
2024-08-20 18:46:19 +02:00
mfo
dba6f9b3aa
refactor(Facet): to column 🚀
2024-08-19 15:46:14 +02:00