mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-21 22:33:13 +08:00
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:
commit
5960582105
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue