]> _ Git - redmine-slack.git/commitdiff
wip #4472
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 21 May 2021 07:31:10 +0000 (09:31 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 21 May 2021 07:31:10 +0000 (09:31 +0200)
lib/redmine_slack/patches/issue_patch.rb

index 729e8a4d6772f5a32a23117f65b11bf936442574..5712dc48a119df04b6d268cc46f8848075405743 100644 (file)
@@ -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