Bug #28552
closedUnable to filter/search http-proxies using Organization/Location for UI.
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1779638
Description of problem:
Unable to filter http-proxies using Organization/Location on UI.
How reproducible:
- Always
Steps to Reproduce:
1. Go to Infrastructure > HTTP Proxies
2. Create two or more HTTP Proxies having different organization assigned to them.
3. Use filter to search HTTP Proxies based on Organization/Location. OR
4. Switch to any other Organization.
Actual results:
- All the HTTP Proxies get listed for every Organization.
Expected results:
- HTTP Proxies should be listed based on Organization/Location assigned to them.
Additional info:
[root@hpe-ml350egen8-01 ~]# hammer http-proxy list --organization-id 3
---|-------------------------------
ID | NAME
---|-------------------------------
1 | proxy1
3 | proxy3
---|-------------------------------
[root@hpe-ml350egen8-01 ~]# hammer http-proxy list --organization-id 1
---|-------------------------------
ID | NAME
---|-------------------------------
1 | proxy1
2 | kjk
3 | proxy3
---|-------------------------------
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Brad Buckingham
- Pull request https://github.com/theforeman/foreman/pull/7279 added
Updated by Justin Sherrill about 5 years ago
- Subject changed from Unable to filter/search http-proxies using Organization/Location for UI. to Unable to filter/search http-proxies using Organization/Location for UI.
- Pull request https://github.com/Katello/katello/pull/8530 added
Updated by Brad Buckingham about 5 years ago
- Pull request deleted (
https://github.com/Katello/katello/pull/8530)
Removed reference to katello PR as recommendation was to create a katello redmine for that change.
The katello redmine is : https://projects.theforeman.org/issues/28792
Updated by Brad Buckingham about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset da0259166bf789b5ada7b062516c1b4630b941bd.
Updated by Tomer Brisker about 5 years ago
- Category set to Organizations and Locations