Actions
Patch #8772
closedProvide a hook for projects index contextual menu customization
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Hook requests
Target version:
-
Start date:
2011-07-08
Due date:
% Done:
0%
Estimated time:
Description
Attached patch adds a new hook called :view_projects_index_activity_menu
. It allows plugins to add more links to the contextual menu at the projects index page.
The menu is currently fixed to:
New project | View all issues | Overall spent time | Overall activity
The patch allows to add more links like this, before the last one: 'Overall activity'.
Example of usage: https://github.com/commandprompt/redmine_pastebin/blob/master/app/views/hooks/_view_projects_index_activity_menu.html.erb (adds 'View all pastes' link.)
Files
Related issues
Updated by Etienne Massip over 13 years ago
- Category changed from Projects to Plugin API
Updated by Go MAEDA almost 8 years ago
- Category changed from Plugin API to Hook requests
Updated by Go MAEDA almost 8 years ago
- Is duplicate of Patch #11492: Added :view_projects_index_activity_menu hook added
Updated by Go MAEDA almost 8 years ago
- Status changed from New to Closed
Closing as a duplicate of #11492.
Actions