From: Vincent Vanwaelscappel Date: Fri, 21 May 2021 07:32:01 +0000 (+0200) Subject: wip #4472 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7606ef700927007f25add55d824d19282c9c122b;p=redmine-slack.git wip #4472 --- diff --git a/lib/redmine_slack/patches/issue_patch.rb b/lib/redmine_slack/patches/issue_patch.rb index 5712dc4..02416fa 100644 --- a/lib/redmine_slack/patches/issue_patch.rb +++ b/lib/redmine_slack/patches/issue_patch.rb @@ -12,6 +12,7 @@ module RedmineSlack unloadable after_create :send_redmine_slack_create after_commit :send_redmine_slack_update + after_save :send_redmine_slack_update end end