Skip to content

Fix notes email with group-level notification email

Sean McGivern requested to merge fix-notes-emails-with-group-settings into master

What does this MR do?

When we introduced group-level notification emails, there was a bug in how we routed comment emails: Noteables do not have a group directly (unless they are Epics) - they are on a project which may have a group.

Fixing this was pretty small, but did involve more spec changes than I'd have liked.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63355.

Merge request reports