Notification breadcrumb to Experiment page is not working [SCI-9766]

This commit is contained in:
Giga Chubinidze 2023-11-30 13:54:40 +04:00
parent fe34412f62
commit e509052140

View file

@ -39,7 +39,7 @@ class NotificationSerializer < ActiveModel::Serializer
url = project_path(subject)
when Experiment
parent = subject.project
url = experiment_path(subject)
url = my_modules_experiment_path(subject)
when MyModule
parent = subject.experiment
url = protocols_my_module_path(subject)