Fix BMT repository default state [SCI-6386]

This commit is contained in:
Martin Artnik 2021-12-20 16:19:17 +01:00
parent c9e4a9bab7
commit 9026029a26

View file

@ -6,6 +6,8 @@ class BmtRepository < LinkedRepository
def default_table_state
state = Constants::REPOSITORY_TABLE_DEFAULT_STATE.deep_dup
state['order'] = [[3, 'asc']]
state['ColReorder'] << state['ColReorder'].length
state['columns'].pop(2)
state
end