mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 15:54:00 +08:00
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:
commit
df66fd292b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue