Skip to content

fix notify_team on wall

Matthias Käppler requested to merge github/fork/jojosch/fix-notify-notes into master

Created by: jojosch

see #2212 (closed)

if a comment on the wall was posted, inside notify_team the var noteable_type was empty, so the var notify_method was = note__email and no email was sent.

with this fix noteable_type will be "Wall" if note.noteable_type is empty or nil

Merge request reports