Protocol table fix sorting with archived columns [SCI-8028]

This commit is contained in:
Anton 2023-03-01 11:38:11 +01:00
parent f23094602d
commit 07cb17e296

View file

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