mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 00:24:42 +08:00
Fix saving of repository state [SCI-10894]
This commit is contained in:
parent
ef9fc0b020
commit
56439bf5ec
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@ class RepositoryTableStateService
|
|||
saved_state = load_state
|
||||
state['order'] = @repository.default_table_state['order'] if state.dig('order', 0, 0).to_i < 1
|
||||
|
||||
return if saved_state.state.except('time') == state.except('time')
|
||||
|
||||
saved_state.update(state: state)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue