demarches-normaliennes/app/models/columns
simon lehericey fa64e8f112
fix: change > char in favor of . in linked_drop_column.column_id
Rails `'>'.to_json` produce `\u003e` because of an html entity escaping system to work around some bugs in browser (see dd8f7185fa/activesupport/lib/active_support/json/encoding.rb (L43) )

But our waf dislike `\u003e` and reject xhr request with such char
2024-11-19 12:12:55 +01:00
..
attached_many_column.rb feat(pj): add specialized column for attachments 2024-11-05 10:09:59 +01:00
champ_column.rb feat(ExportedColumn): use dedicated formatter for exported column 2024-11-14 14:45:42 +01:00
dossier_column.rb prepare export template to be used for tabular template 2024-11-14 14:45:40 +01:00
json_path_column.rb inject options_for_select for json_column 2024-11-07 18:11:38 +01:00
linked_drop_down_column.rb fix: change > char in favor of . in linked_drop_column.column_id 2024-11-19 12:12:55 +01:00
piece_justificative_column.rb feat(pj): add specialized column for PieceJustifiativeChamp 2024-11-14 14:45:42 +01:00