mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
Notification breadcrumb to Experiment page is not working [SCI-9766]
This commit is contained in:
parent
fe34412f62
commit
e509052140
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