mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 23:03:00 +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)
|
||||
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