Vote #63515
完了Plugins should be able to generate activity
0%
説明
Plugins should be able to hook into the activity page so the activity page can reflect recent activity in plugins as well. Perhaps the plugin could specify the name of the activity (to toggle on and off) and the model to search for, something like:
activity :status_updates, Status
Thanks!
journals
Can't you use the Journal and JournalDetail Redmine classes to create some "activity"?
Mark
--------------------------------------------------------------------------------
Brian is right. Any model should be able to provide events for the activity view.
--------------------------------------------------------------------------------
Implemented in r1701 and r1702.
--------------------------------------------------------------------------------