Feature #38951
open
Enable journaling on projects
Added by salman mp over 1 year ago.
Updated about 1 year ago.
Description
It's so usefull to have history of project field and custom fields changes.
Also it's desirable about project settings changes.
Files
This is my basic PR.
P.S: There is some signs of copy/paste from issue journals in the functions comments of patch file :)
missed part:
I added the "project history" menu item in another plugin Init.rb file
menu :project_menu, :project_history, :project_history_url,
param: :project_id, before: :activity, caption: :label_project_history
What is the better way and better place to do it?
Another missed part is the way we should convert journal detail to string. It's using issue_helper right now and it seems better to move details_to_string
and show_detail
methos to journal_helper.
Which redmine version is this compatible with?
it Testing wrote in #note-3:
Which redmine version is this compatible with?
It was tested on Redmine 4.2
Also available in: Atom
PDF