fix(dossiers): fix columns order

This commit is contained in:
Paul Chavard 2022-04-14 17:04:42 +02:00
parent a50efc7f83
commit 22f23c58c7

View file

@ -87,8 +87,8 @@ class ProcedurePresentation < ApplicationRecord
def displayed_fields_for_headers def displayed_fields_for_headers
[ [
*displayed_fields,
field_hash('self', 'id', classname: 'number-col'), field_hash('self', 'id', classname: 'number-col'),
*displayed_fields,
field_hash('self', 'state', classname: 'state-col') field_hash('self', 'state', classname: 'state-col')
] ]
end end