Actions
Bug #13164
closedview_params is missing
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1296662
Description of problem:
The view_params permission in the Parameter resource is missing. This prevents us from allowing users to be able to view parameters.
Version-Release number of selected component (if applicable):
6.1.5
How reproducible:
Repeatable:
Actual results:
- hammer filter available-permissions --resource-type Parameter
---|----------------|----------
ID | NAME | RESOURCE
---|----------------|----------
67 | create_params | Parameter
68 | edit_params | Parameter
69 | destroy_params | Parameter
---|----------------|----------
Expected results:
I'd expect to be assign the view_params permission to users (as edit_params is useless without this!).
Updated by The Foreman Bot about 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3060 added
Updated by Dominic Cleal about 9 years ago
- Category set to Users, Roles and Permissions
- Status changed from Ready For Testing to Assigned
- Priority changed from High to Normal
Updated by Dominic Cleal almost 9 years ago
Using Foreman 1.10.2-el7, I noticed that non-admins are unable to access parameters within the "Edit Locations" section when adding all parameter permissions from within the UI. Reviewing the filter permissions for the Parameters category, it appears the "view_params" permission does not show up which is needed for this feature to be shown to non-admins. I've added the view_params permission into the permissions table then added the view_params permission to the role and everything worked as expected :) insert into permissions (name,resource_type,created_at,updated_at) values ('view_params','Parameter',NOW(),NOW()); I'm unsure if this permission has been deprecated and needs to be altered within app/views/taxonomies/_form.html.erb or if we need to alter the seeds.d/03-permissions.rb to include the perm.
from foreman-dev. The use of view_params should probably be removed from this one view or implemented everywhere.
Updated by The Foreman Bot almost 9 years ago
- Status changed from Assigned to Ready For Testing
Updated by The Foreman Bot over 8 years ago
- Pull request https://github.com/theforeman/foreman/pull/3592 added
Updated by Marek Hulán over 8 years ago
- Related to Refactor #15496: Simplify all parameter kinds permissions added
Updated by Dominic Cleal over 8 years ago
- Translation missing: en.field_release set to 160
Updated by Ori Rabin over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset c7f55be1eff7519bf83327b23ad2f5e220f62dde.
Updated by Tomer Brisker over 8 years ago
- Pull request deleted (
https://github.com/theforeman/foreman/pull/3060)
Updated by The Foreman Bot over 8 years ago
- Pull request https://github.com/theforeman/foreman/pull/3624 added
Updated by Dominic Cleal over 8 years ago
- Related to Bug #15599: Unattended controller can't access host parameters in kickstart templates added
Updated by Ivan Necas over 8 years ago
- Related to Bug #15605: Tests failing with latest Foreman added
Updated by Ivan Necas over 8 years ago
- Related to Bug #15629: Validation errors for Domain and OS Parameters tab not showing added
Updated by Dominic Cleal about 8 years ago
- Related to Bug #17395: @host.params are not interpreted when was used in ptable kickstart template. added
Actions