mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Protocol table fix sorting with archived columns [SCI-8028]
This commit is contained in:
parent
f23094602d
commit
07cb17e296
1 changed files with 3 additions and 2 deletions
|
@ -30,9 +30,10 @@ class ProtocolsDatatable < CustomDatatable
|
|||
'Protocol.nr_of_linked_children',
|
||||
'nr_of_assigned_users',
|
||||
'full_username_str',
|
||||
'Protocol.archived_on',
|
||||
'Protocol.published_on',
|
||||
'Protocol.updated_at'
|
||||
'Protocol.updated_at',
|
||||
'archived_full_username_str',
|
||||
'Protocol.archived_on'
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue