Actions
Patch #7647
closedAdding a hook in the heading on showing an issue
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Plugin API
Target version:
-
Start date:
2011-02-18
Due date:
% Done:
0%
Estimated time:
Description
The heading (h2) in /issue/show is a good place to show something related with the identity of the issue, as http://redmine.ruby-lang.org/issues/show/1.
Could you add an hook point here? I would like to use the hook for the MailingListIntegration plugin which I am developing. I think it is useful for integrating redmine with an external system which posts an issue.
Files
Updated by Jean-Baptiste Barth almost 14 years ago
I'd prefer putting this heading in a helper you could override, it would be much more flexible. What do you think ? Any opinion about this ?
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from New to Closed
Jean-Baptiste's solution committed in r5447. IssueHelper#issue_heading is now used and can be overriden.
Actions