提交 1e8add32 编写于 作者: H Humberto Pereira

Added hook execution to reopened e updated issues

上级 8c670b66
......@@ -13,6 +13,7 @@ class IssueObserver < BaseObserver
def after_reopen(issue, transition)
create_note(issue)
execute_hooks(issue)
end
def after_update(issue)
......@@ -21,6 +22,7 @@ class IssueObserver < BaseObserver
end
issue.notice_added_references(issue.project, current_user)
execute_hooks(issue)
end
protected
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册