This is a plugin for Redmine which allows to define issue priorities per tracker. Forked from flant/redmine_issue_priorities_per_tracker
Since PrototypeJS was removed in Rails 3.2, this plugin now depends on the redmine_prototype_js Plugin which provides this functionality.
Note: You do not have to enable the loading of the libraries since the controller automatically loads prototype.js when necessary.
Please apply general instructions for plugins here. This plugin requires prototype-rails which is installed in Step 2 of this recipe:
-
git clone https://github.com/fschupp/redmine_issue_priorities_per_tracker.git
-
bundle install
-
bundle exec rake redmine:plugins RAILS_ENV=production
-
Restart your webserver passenger/apache whatever you have
Modified to work with Redmine 2.6, work in progress.