mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-09 22:55:34 +08:00
Fix default state for relationship column [SCI-10871]
This commit is contained in:
parent
ff89c8c137
commit
aca6af0517
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ class Constants
|
|||
'ColReorder' => [*0..4]
|
||||
}
|
||||
|
||||
REPOSITORY_SNAPSHOT_TABLE_DEFAULT_STATE['columns'] = REPOSITORY_TABLE_DEFAULT_STATE['columns'][0..4]
|
||||
REPOSITORY_SNAPSHOT_TABLE_DEFAULT_STATE['columns'] = REPOSITORY_TABLE_DEFAULT_STATE['columns'][0..4].deep_dup
|
||||
REPOSITORY_SNAPSHOT_TABLE_DEFAULT_STATE['columns'][4]['visible'] = true
|
||||
|
||||
REPOSITORY_SNAPSHOT_TABLE_DEFAULT_STATE.freeze
|
||||
|
|
Loading…
Add table
Reference in a new issue