Skip to content

nanego/redmine_customize_core_fields

Repository files navigation

Redmine plugin - Let's customize core fields

This Redmine plugin lets you customize core fields behaviour.

You will be able to hide or show core fields based on the user roles per project.

Screenshot

redmine_customize_core_fields configuration_example

Installation

This plugin is compatible with Redmine 2.1+ and has been successfully tested on Redmine 3.2.

Please apply general instructions for plugins here.

Note that this plugin now depends on this other plugin:

  • redmine_base_deface here

First download the source or clone the plugin and put it in the "plugins/" directory of your redmine instance. Note that this is crucial that the directory is named 'redmine_customize_core_fields'!

Then execute:

$ bundle install
$ rake redmine:plugins

And finally restart your Redmine instance.

Test status

Plugin branch Redmine Version Test Status
master 5.1.2 5.1.2
master 4.2.11 4.2.11
master master master

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request