Actions
Bug #29237
openInitial search not displayed on audits page
Status:
New
Priority:
Normal
Assignee:
-
Category:
Audit Log
Target version:
-
Description
Steps to reproduce:
1) Enter url with search into the browser: https://foreman.example.com/audits?search=host+%3D+my-host.example.com
2) The audit records are loaded correctly, but the search is not displayed in search bar.
This bug is a side effect of the fact that we currently add query params to our store. That introduces another source of truth and requires us to keep store in sync with browser. We should leverage react-router and history object instead.
Actions