#192: fixed undefined method
This commit is contained in:
parent
4274e397bd
commit
cb36a6d6da
|
@ -31,7 +31,7 @@ module Modules::Observers::ActivityFeed::Issue
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
project.hooks.each{ |h| h.receive_issues(self, action) }
|
project.hooks.each{ |h| h.receive_issues(self, :create) }
|
||||||
Comment.create_link_on_issues_from_item(self)
|
Comment.create_link_on_issues_from_item(self)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue