Plugins Directory » Edit Custom Fields
Author: | ||
---|---|---|
Website: | https://www.frederick-thomssen.de | |
Code repository: | https://github.com/fathomssen/redmine_edit_custom_fields | |
Registered on: | 2015-12-02 (almost 9 years ago) | |
Current version: | 0.0.5 | |
Compatible with: | Redmine 3.4.x | |
User ratings: |
Redmine plugin to allow users editing custom fields for their project.
- Allows editing of all Issue Custom Fields for a project
- Allows to choose which custom fields are user-editable
- Provides new role permission
- Provides new module permission
TODO:
- Add a select box to choose which Custom Field to edit
Installation notes
Clone the Git repository to your plugins
folder, perform the database migration and restart the Redmine application.
cd redmine/plugins git clone https://github.com/fathomssen/redmine_edit_custom_fields.git cd .. rake redmine:plugins:migrate NAME=redmine_edit_custom_fields RAILS_ENV=production touch tmp/restart.txt
Changelog
0.0.5 (2017-07-28)
Compatible with Redmine 3.4.x.
Redmine 3.4 compatibility
0.0.4 (2016-05-27)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x.
The plugin is now compatible with Ruby 1.9 (and still with Ruby 2.x).
0.0.3 (2016-03-10)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x.
Removed dependency on DefaultCustomQuery plugin
0.0.2 (2015-12-03)
Compatible with Redmine 3.2.x, 3.1.x.
Allows to choose which custom fields are user-editable.
0.0.1 (2015-12-02)
Compatible with Redmine 3.1.x.