Fix saving of repository state [SCI-10894]

This commit is contained in:
Andrej 2024-07-16 13:32:21 +02:00
parent ef9fc0b020
commit 56439bf5ec

View file

@ -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