mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 00:03:27 +08:00
Fix BMT repository default state [SCI-6386]
This commit is contained in:
parent
c9e4a9bab7
commit
9026029a26
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue