Actions
Bug #6763
closedBoth locations and organizations shown in search autocomplete
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1122828
Description of problem:
The search autocompletion on the organisation and location list pages shows both orgs & locs no matter which page you're on.
Version-Release number of selected component (if applicable):
6.0.3
How reproducible:
Always
Steps to Reproduce:
1. View the organisations page
2. Type "name = " into search
Actual results:
Lists both locations and organisations
Expected results:
Only organisations
Additional info:
Vice-versa on locations page.
Updated by Tomer Brisker about 10 years ago
- Assignee set to Tomer Brisker
This is caused by scoped search mistakenly setting {Organization, Location}.scoped_search_definition.klass to Taxonomy instead of the relevant class.
Updated by The Foreman Bot about 10 years ago
- Status changed from Assigned to Ready For Testing
- Target version set to 1.7.4
- Pull request https://github.com/theforeman/foreman/pull/1702 added
- Pull request deleted (
)
Updated by Dominic Cleal about 10 years ago
- Translation missing: en.field_release set to 22
Updated by Anonymous about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 26ee3b1e4f526a3c3975a3640e868dda205b5850.
Actions