Actions
Defect #5233
closedAdd a hook to the issue report (Summary) view
Start date:
2010-04-01
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Right now there is no hook in the issue report to add some fields to the summary. A call_hook(:view_reports_issue_report_bottom, :project => Herve Harster) would be nice.
Added a patch to do just that.
Files
Updated by Eric Davis over 14 years ago
- Category set to Plugin API
- Assignee set to Eric Davis
Updated by Eric Davis over 14 years ago
- Status changed from New to Closed
- Target version set to 1.0.0 (RC)
- Resolution set to Fixed
I added two hooks for that page, one on the left and one on the right. (r3797)
:view_reports_issue_report_split_content_left
:view_reports_issue_report_split_content_right
Actions