Bug #9180
closedContent Hosts Bulk Actions errata search different than individual content hosts errata search.
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1187304
Description of problem:
When the user selects Content Hosts, and picks a specific host they are presented with numerous tabs. Selecting Errata, the user is able to search in the field by entering characters. The search form automatically filters based on the characters entered. Bulk Actions have a very different behavior.
Clicking the Bulk Actions in the top right of the screen, the user is taken to the bulk actions options. There is an Errata tab, when clicked the user is brought to a similar errata search screen that they did when they chose errata on individual content hosts. First select a few hosts from the left side Content Host listing. Errata should then be populated in the tabular view. If the user starts searching in the box above there are a few noticeable differences. The first difference is no auto filtering like the individual content hosts search. The second is that if the user presses the enter key, the search restarts and erases the content. The second noticeable thing is the need to qualify searches with the header, i.e. title:*tzdat* which is not the case with individual content host searches.
Version-Release number of selected component (if applicable):
Satellite 6.0.7, Chrome 39.0.2171.95 or Firefox 34
How reproducible:
Constant
Steps to Reproduce:
1. Open Satellite and navigate to Hosts> Content Hosts
2. Select Bulk Actions in the top Right
3. Check a content hosts from the right and let the errata populate
4. Try searching by typing, it doesn't auto filter.
5. Press enter and the field is cleared.
Expected results:
Results should mimic the same search if an individual content host is selected and the errata seached. Auto Filtering and not clearing the field when enter is pressed.
Updated by Eric Helms almost 10 years ago
- Target version set to 66
- Translation missing: en.field_release set to 23
- Triaged changed from No to Yes
Updated by Eric Helms almost 10 years ago
- Translation missing: en.field_release changed from 23 to 31
Updated by Eric Helms almost 10 years ago
- Translation missing: en.field_release changed from 31 to 23
Updated by Walden Raines almost 10 years ago
- Status changed from New to Closed
Both of these searches now are using the same autocomplete style search. These searches cannot use the autofiltering because we paginate the errata results (and thus any filter would only be filtering the results that were loaded on the page).
I'm closing this bug because I think the issue here is that they were using different style searches and that is no longer the case.