Fix switching between experiment views [SCI-7756] (#4813)

This commit is contained in:
ajugo 2023-01-13 10:15:48 +01:00 committed by GitHub
parent 35d46e6cd4
commit 8303265361
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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