A ChiliProject plugin that allows you to specify Issue form fields to hide per tracker. Specifications for hiding are configured via Javascript
This plugin now requires a patch to the app/views/project/_settings.rhtml that uses Redmine::MenuManager to manage Project Settings tabs. See the following commit for more info
github.com/ryanbriones/chiliproject/commit/40a86861b66a2c90f0a0a54b0ddc6b19139af681
-
Get chiliproject_hide_issue_fields plugin code into your ChiliProject installation’s vendor/plugins
Plugin code at github.com/ryanbriones/chiliproject_hide_issue_fields
-
rake db:migrate:plugins
-
(Optional)
rake hide_issue_fields:standard_fields
to seed your ChiliProject installation with standard field finders -
Restart your ChiliProject installation (restart Mongrel, Passenger, Apache, etc)
-
Add new Issue field finders in “Administration” >> “Hide Issue Fields”
-
Configure Project to hide fields in “Projects” >> PROJECT NAME >> “Settings” >> “Hide Issue Fields”
-
refactor: clean up some technical debt left behind
-
test in production
-
nicer UI in settings
MIT. See LICENSE in project root