Actions
Bug #5850
openAllow user to select hosts when any of actionable permissions are applied.
Status:
New
Priority:
Normal
Assignee:
-
Category:
Web Interface
Target version:
-
Description
User should be able to select one or more hosts on the list of hosts if it has any of actionable permissions applied to him. At the moment puppetrun_hosts permission does not allow user to select any number of hosts but {edit,destroy}_hosts does.
Updated by Dominic Cleal over 10 years ago
- Category set to Web Interface
- Difficulty set to easy
Updated by Dominic Cleal over 10 years ago
The authorized? method in app/helpers/hosts_helper.rb controls whether host checkboxes are disabled or not.
Actions