Project

General

Profile

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 (over 8 years ago)
Current version: 0.0.5
Compatible with: Redmine 3.4.x
User ratings:   (3)

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.

User ratings

  by 志宇 辛 almost 4 years ago

安装报错: redmine版本4.0.0

NoMethodError: undefined method `alias_method_chain' for ProjectsHelper:Module
Did you mea

  by over 7 years ago

Great! For certain use cases a must-have.

  by Hideya Tanaka Tanaka about 8 years ago

Thanks.