Actions
Feature #38951
openEnable journaling on projects
Status:
New
Priority:
Normal
Assignee:
-
Category:
Projects
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
It's so usefull to have history of project field and custom fields changes.
Also it's desirable about project settings changes.
Files
Updated by salman mp over 1 year ago
This is my basic PR.
P.S: There is some signs of copy/paste from issue journals in the functions comments of patch file :)
Updated by salman mp over 1 year ago
- File Add_project_fields_to_issue_helper_detail_to_str.patch Add_project_fields_to_issue_helper_detail_to_str.patch added
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.
Updated by it Testing about 1 year ago
Which redmine version is this compatible with?
Updated by salman mp about 1 year ago
it Testing wrote in #note-3:
Which redmine version is this compatible with?
It was tested on Redmine 4.2
Actions