Plugins Directory » Role Replacement Plugin
|
Author: | Undev.ru Developer |
---|---|---|
Website: | https://github.com/Undev/redmine_role_replacements | |
Code repository: | https://github.com/Undev/redmine_role_replacements | |
Registered on: | 2015-06-25 (over 9 years ago) | |
Current version: | 1.0.0 | |
Compatible with: | Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x | |
User ratings: |
This plugin enables replacement of roles in Redmine projects.
It adds the Role replacements section to the Roles and permissions tab of the Administration menu. By default, the Manage role replacement check box is enabled for managers only. We recommend creating a special role for role replacement management.
To replace roles in a project, you should enable the Role replacements module in the project settings.
If you have the Manage role replacements permission, you will see a new Role replacements tab, where you can add, edit and delete the project role replacement rules.
To add a role replacement rule, click New role replacement.
In private projects, replacement of Anonymous and Non member roles is prohibited.
In public projects, all role replacement variants are possible.
For the possible role replacement options and their results, see the Role Replacement Plugin Readme file
Installation notes
1. To install the plugin
Download the .ZIP archive, extract files and copy the plugin directory into #{REDMINE_ROOT}/plugins.
Or
Change you current directory to your Redmine root directory:
cd {REDMINE_ROOT}
Copy the plugin from GitHub using the following command:
git clone https://github.com/Undev/redmine_role_replacements.git plugins/redmine_role_replacements
2. Update the Gemfile.lock file by running the following commands:
rm Gemfile.lock bundle install
3. This plugin requires a migration. Run the following command to upgrade your database (make a database backup before):
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
4. Restart Redmine.
Changelog
1.0.0 (2015-04-28)
Compatible with Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x.