ryanbriones / chiliproject_hide_issue_fields

A plugin that allows you to specify Issue form fields to hide per tracker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChiliProject: Hide Issue Fields plugin

A ChiliProject plugin that allows you to specify Issue form fields to hide per tracker. Specifications for hiding are configured via Javascript

NOTE

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

Installation

  1. Get chiliproject_hide_issue_fields plugin code into your ChiliProject installation’s vendor/plugins

    Plugin code at github.com/ryanbriones/chiliproject_hide_issue_fields

  2. rake db:migrate:plugins

  3. (Optional) rake hide_issue_fields:standard_fields to seed your ChiliProject installation with standard field finders

  4. Restart your ChiliProject installation (restart Mongrel, Passenger, Apache, etc)

Usage

  • Add new Issue field finders in “Administration” >> “Hide Issue Fields”

  • Configure Project to hide fields in “Projects” >> PROJECT NAME >> “Settings” >> “Hide Issue Fields”

TODO

  • refactor: clean up some technical debt left behind

  • test in production

  • nicer UI in settings

LICENSE

MIT. See LICENSE in project root

About

A plugin that allows you to specify Issue form fields to hide per tracker.

License:MIT License


Languages

Language:Ruby 100.0%