Merge pull request #3566 from aignatov-bio/ai-sci-6089-fix-bmt-repository-in-task

Use default repository table state [SCI-6089]
This commit is contained in:
Alex Kriuchykhin 2021-10-26 11:44:30 +02:00 committed by GitHub
commit 5960582105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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