Actions
Bug #38718
closedAssociation scopes are not honored by scoped search autocompletion
Updated by The Foreman Bot 5 months ago
- Status changed from New to Ready For Testing
- Assignee set to Adam Ruzicka
- Pull request https://github.com/theforeman/foreman/pull/10677 added
Updated by Adam Ruzicka 4 months ago
searching "locations = " auto completes locations and organizations
Does not happen in hosts page, but does happen in Installation Media, Partition Tables, Job Templates and more
(and the other way around, searching for an org shows locations as well)
How reproducible:
every time
Steps to Reproduce:
1. go to `FOREMAN/media`
2. type in the search bar "location = "
Alternatively, run the following in rails console
::Medium.complete_for('location = ')
Actual behavior:
the search suggests location and organization results
Expected behavior:
autocomplete to only suggest locations
Updated by Adam Ruzicka 4 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|8c2f07fc3a7b949db6aad8e925aeda04bbab2da7.
Updated by Oleh Fedorenko 4 months ago
- Precedes Bug #38804: Not all subnets are shown on subnets page added
Actions