Merge pull request #7166 from tchak/fix-dossiers-columns-order
fix(dossiers): fix columns order
This commit is contained in:
commit
b628011346
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