Actions
Feature #3013
closedSeveral hooks needed for a plugin (context menu and page top)
Start date:
2009-03-19
Due date:
% Done:
100%
Estimated time:
Resolution:
Fixed
Description
In order to allow a plugin to change the issues context menu I would need a hook in app/views/issues/context_menu.rhtml at the end.
Also I would like to show a status for the current user under the search box and project selector, so I think another hook in quick-search div after the project selector partial would help.
Thanks!
Updated by Eric Davis over 15 years ago
- Status changed from New to Resolved
- Target version set to 0.8.3
- % Done changed from 0 to 100
- Resolution set to Fixed
I've added two hooks in r2610, :view_issues_context_menu_start
and :view_issues_context_menu_end
. For the quick-search div, could you use CSS to position the elements up there? I'm not sure if a hook there would be worth the maintenance.
Updated by Jean-Philippe Lang over 15 years ago
- Status changed from Resolved to Closed
Committed in 0.8-stable in r2654.
Actions