mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 07:13:57 +08:00
Merge pull request #6791 from aignatov-bio/ai-sci-9861-fix-team-notifications-link
Fix team notifications link [SCI-9861]
This commit is contained in:
commit
51d3cb9541
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class NotificationSerializer < ActiveModel::Serializer
|
||||||
url = label_template_path(subject)
|
url = label_template_path(subject)
|
||||||
when Team
|
when Team
|
||||||
parent = nil
|
parent = nil
|
||||||
url = projects_path
|
url = projects_path(team: subject.id)
|
||||||
end
|
end
|
||||||
|
|
||||||
breadcrumbs << { name: subject.name, url: url } if subject.name.present?
|
breadcrumbs << { name: subject.name, url: url } if subject.name.present?
|
||||||
|
|
Loading…
Reference in a new issue