mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-31 04:32:06 +08:00
Fix team notifications link [SCI-9861]
This commit is contained in:
parent
58acbcaecf
commit
36ec0607ee
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class NotificationSerializer < ActiveModel::Serializer
|
|||
url = label_template_path(subject)
|
||||
when Team
|
||||
parent = nil
|
||||
url = projects_path
|
||||
url = projects_path(team: subject.id)
|
||||
end
|
||||
|
||||
breadcrumbs << { name: subject.name, url: url } if subject.name.present?
|
||||
|
|
Loading…
Reference in a new issue