Plugins Directory » Redmine Visibility Control
|
|
Author: | K Seraph3000 |
|---|---|---|
| Website: | https://github.com/seraph3000/redmine_visibility_control | |
| Code repository: | https://github.com/seraph3000/redmine_visibility_control | |
| Registered on: | 2026-05-23 (5 days ago) | |
| Current version: | 1.0.1 | |
| Compatible with: | Redmine 6.1.x, 6.0.x | |
| User ratings: |
A Redmine 6.x plugin that controls module visibility on the Project Settings screen.
It hides selected module checkboxes from the "Modules" tab so their enabled/disabled state stays fixed — preventing accidental changes by non-admin users.
Installation notes
cd /path/to/redmine/plugins git clone https://github.com/seraph3000/redmine_visibility_control.git cd /path/to/redmine bundle exec rake redmine:plugins:migrate RAILS_ENV=production systemctl restart httpd
Configuration¶
Administration → Plugins → Redmine Visibility Control → Configure (also reachable from Administration → Visibility Control)
| Item | Description |
| Hide | Check the modules you want to hide from non-admin users on the Project Settings "Modules" tab. |
| Description | Built-in tooltip text for standard modules; for unlisted plugins, enter your own description. |
Usage¶
- Go to Administration → Plugins → Redmine Visibility Control → Configure.
- Check "Hide" for the modules whose state you want to keep fixed, then save.
- On each project's Settings → Modules tab, those checkboxes are now hidden from non-admin users; their current enabled/disabled state is kept as-is.
- Admins can click "Admin: Show hidden modules" to reveal the hidden checkboxes for review.
Changelog
1.0.1 (2026-05-24)
Compatible with Redmine 6.1.x, 6.0.x.