Skip to content
Commit 58254088 authored by Pierre de La Morinerie's avatar Pierre de La Morinerie Committed by Jacob Vosmaer
Browse files

Fix the merge notification email not being sent

The 'author_id_of_changes' attribute is not persisted in the database.
As we retrieve the merge request from the DB just before sending the
email, this attribute was always nil.

Also there was no tests for the merge notification code - tests have
been added.

Fix #6605
parent dbbf4ea2
Loading
Loading
Loading