Plugins Directory » Redmine More Context
Author: | Stephan Wenzel | |
---|---|---|
Website: | https://github.com/HugoHasenbein/redmine_more_context | |
Code repository: | https://github.com/HugoHasenbein/redmine_more_context | |
Registered on: | 2018-06-30 (over 6 years ago) | |
Current version: | 1.0.2 | |
Compatible with: | Redmine 3.4.x, 3.3.x | |
User ratings: |
Use the context menu on the show issue page for quick editing of attributes. Configure a redirect url to which the browser is redirected after a click on the context menu on the show issue page, f.i. '/my/page'
Installation notes
Install¶
1. this plugin requires the redemine_base_deface plugin, install redmine_base_deface first
https://github.com/jbbarth/redmine_base_deface
2. go to your plugins folder
git clone https://github.com/HugoHasenbein/redmine_more_context.git bundle install
3. restart redmine, f.i.
sudo /etc/init.d/apache2 restart
Uninstall¶
1. delete redmine_base_deface from plugins if not needed by other plugins
2. delete redmine_more_context from plugins folder
3. restart redmine, f.i.
sudo /etc/init.d/apache2 restart
Changelog
1.0.2 (2018-06-30)
Compatible with Redmine 3.4.x, 3.3.x.