Actions
Feature #2543
closedPlugin hook for versions in the Roadmap
Start date:
2009-01-19
Due date:
% Done:
100%
Estimated time:
Resolution:
Description
Redmine has this hook when displaying a version:
app/views/versions/show.rhtml: * [ 48] :view_versions_show_bottom, :version => @version
However, a similar hook does not exist for the Roadmap for a project. Perhaps:
app/views/projects/roadmap.rhtml: * [ 27] :view_projects_roadmap_version_bottom, :version => @version
Actions