From c6ddff049c639e6181d90008d10f891d1c68a6ff Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 21 May 2021 09:31:10 +0200 Subject: [PATCH] wip #4472 --- lib/redmine_slack/patches/issue_patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redmine_slack/patches/issue_patch.rb b/lib/redmine_slack/patches/issue_patch.rb index 729e8a4..5712dc4 100644 --- a/lib/redmine_slack/patches/issue_patch.rb +++ b/lib/redmine_slack/patches/issue_patch.rb @@ -11,7 +11,7 @@ module RedmineSlack base.class_eval do unloadable after_create :send_redmine_slack_create - after_save :send_redmine_slack_update + after_commit :send_redmine_slack_update end end -- 2.39.5