Merge pull request #7166 from tchak/fix-dossiers-columns-order

fix(dossiers): fix columns order
This commit is contained in:
LeSim 2022-04-14 17:16:08 +02:00 committed by GitHub
commit b628011346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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