Bug #16461
closedRole filter is not overriding from CLI and API
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1373840
Description of problem:
According to new feature Canned Role:Org Admin, The user should be able to override the taxonomies of role filter over role taxonomies.
The behavior is expected from UI, but not from hammer CLI and API. I am unable to override the taxonomies of role filter. The CLI says it does overrided the role filter and API says 200 OK result but the override is not actually happening. In short the results from API and CLI are false positive.
Version-Release number of selected component (if applicable):
foreman-1.13.0-0.develop.201609051301git713be41.el7.noarch
How reproducible:
Always
Steps to Reproduce:
1. Create a role with taxonomies.
2. Create/(Update existing) filter in above role with overridden taxonomies from CLI/API.
3. Verify if role filter is created/Updated with taxonomies.
Actual results:
Role filter is not overriding from CLI and API.
Expected results:
The role filter should be able to override from CLI and API.
Additional info: