mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
Fix switching between experiment views [SCI-7756] (#4813)
This commit is contained in:
parent
35d46e6cd4
commit
8303265361
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ class ExperimentsController < ApplicationController
|
|||
|
||||
def table
|
||||
@project = @experiment.project
|
||||
@experiment.current_view_state(current_user)
|
||||
@my_module_visible_table_columns = current_user.my_module_visible_table_columns
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue