fix(dossiers): fix columns order
This commit is contained in:
parent
a50efc7f83
commit
22f23c58c7
1 changed files with 1 additions and 1 deletions
|
@ -87,8 +87,8 @@ class ProcedurePresentation < ApplicationRecord
|
|||
|
||||
def displayed_fields_for_headers
|
||||
[
|
||||
*displayed_fields,
|
||||
field_hash('self', 'id', classname: 'number-col'),
|
||||
*displayed_fields,
|
||||
field_hash('self', 'state', classname: 'state-col')
|
||||
]
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue