Merge pull request #6738 from G-Chubinidze/gc_SCI_9766

Notification breadcrumb to Experiment page is not working [SCI-9766]
This commit is contained in:
Martin Artnik 2023-12-01 15:46:18 +01:00 committed by GitHub
commit df66fd292b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)