[#19] add generation link to issues after modifying comment
This commit is contained in:
parent
ce21bb7527
commit
8d5cad3ee1
|
@ -156,6 +156,9 @@ class ActivityFeedObserver < ActiveRecord::Observer
|
|||
)
|
||||
end
|
||||
end
|
||||
when 'Comment'
|
||||
# dont remove outdated issues link
|
||||
Comment.create_link_on_issues_from_item(record)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue