Plugins Directory » Redmine Projects Custom tabs
|
Author: | Nicolas Feron |
---|---|---|
Website: | https://github.com/NicolasFeron/redmine_project_custom_tabs | |
Code repository: | https://github.com/NicolasFeron/redmine_project_custom_tabs | |
Registered on: | 2017-11-14 (over 7 years ago) | |
Current version: | 1.0.0 | |
Compatible with: | Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x | |
User ratings: |
This plugin is used to dynamically add tabs in the project view. The custom tab can display the result of an existing Redmine page, display a specific query or point an extrernal url.
This plugin add two new settings :
one in the administration page
the other in the project settings
The first allow an administrator to edit all the custom tabs for any project.
The second allow a manager to edit ll the custom tabs for his project.
Installation notes
Unfortunately, there is no hook to manage the addition of modifying the project view. It is necessary to add a hook in app/views/layouts/base.html.erb, the line below :
<%= call_hook :before_render_tabs %>
Before the block
<div id="main-menu">
<%= render_main_menu(Herve Harster) %>
</div>
Database Migration
bundle exec rake redmine:plugins:migrate
Changelog
1.0.0 (2017-11-14)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x.