Actions
Bug #36220
closedClear search link doesn't work in any tables except maybe Host details
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
The clearSearch function in Empty states needs to be a prop passed by components.
Today it is set to const clearSearch = useSelector(selectHostDetailsClearSearch); in the common EmptyStateMessage component.
Updated by Samir Jha over 1 year ago
- Target version set to Katello 4.8.1
- Triaged changed from No to Yes
Updated by Jeremy Lenz over 1 year ago
I think this is because the SET_CLEAR_SEARCH Redux action was dispatched in TypeAhead.js, which we no longer use in most places.
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Assignee set to Jeremy Lenz
- Pull request https://github.com/Katello/katello/pull/10498 added
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.9.0 added
Updated by Jeremy Lenz over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|43a573a796c918ace2b1ea8c08c663c4f444b889.
Updated by Lucy Fu over 1 year ago
- Target version changed from Katello 4.8.1 to Katello 4.8.0
Actions