插件目录 » Redmine 属性快捷操作
作者 | Stephan Wenzel | |
---|---|---|
网站 | https://github.com/HugoHasenbein/redmine_attribute_quickies | |
代码仓库 | https://github.com/HugoHasenbein/redmine_attribute_quickies | |
注册于 | 2018-06-30(约6年前) | |
当前版本 | 1.0.2 | |
兼容 | Redmine 3.4.x, 3.3.x | |
用户评分 |
只需一键,即可设置任何任意预配置的问题属性、自定义字段和时间条目组合,向日志添加评论,添加附件,就像自定义工作流一样
安装说明
安装¶
1. 前往插件文件夹
git clone https://github.com/HugoHasenbein/redmine_attribute_quickies.git
2. 前往 redmine 根文件夹
bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_attribute_quickies
3. 重启服务器等
sudo /etc/init.s/apache2 restart
卸载¶
1. 前往 redmine 根文件夹
bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_attribute_quickies VERSION=0
2. 前往插件文件夹
rm -r redmine_attributes_quickies
3. 重启服务器等
sudo /etc/init.s/apache2 restart
变更日志
1.0.2 (2018-06-30)
兼容 Redmine 3.4.x, 3.3.x。