项目作者: GEROMAX
项目描述 :
This plugin provide accordion tree to subtask-list on issue.
高级语言: JavaScript
项目地址: git://github.com/GEROMAX/redmine_subtask_list_accordion.git
Redmine Subtask List Accordion
This plugin provide accordion tree to subtask-list on issue.
Features
- Add accordion feature to subtask-list.
- Add ‘Expand this tree’, ‘Collapse this tree’ and ‘Expand next level all’ to context-menu.
- Add preferences of expand tree at first time.
- Add plugin setting for server/client processing mode switch. (server mode default)
Server mode is faster than client mode, but server mode is tradeoff other subtask’s plugin. (for exsample ‘subtask_list_columns’ plugin)
Compatibility
Redmine 3.2 or 3.3 or 3.4 or 4.0 stable
Tested on:
Installation
- Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins
- Run the plugin migrations
rake redmine
migrate RAILS_ENV=production
- Restart your Redmine web server