Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Enterprise Search] Fix crawler domain management bugs (#165820)
## Summary Tackles 2 known crawler domain management issues: - [Crawler manage domain doesn't clear data when creating multiple Crawler Indices](elastic/search-team#5659) - [Crawler with multiple domain doesn't show newly added domains when "All domains" button clicked](elastic/search-team#5660) Solution: - When domain is added successfully we perform 2 additional steps: - Fetch current domain list into domain management logic (this solves 2 issues but uncovers another issue): Crawler manage domain doesn't clear user input field for domain, so when adding new crawler index this field will be pre-populated with the last user input - Therfore, we also clear user input from add domain form on successful submission of a domain Video: https://github.com/elastic/kibana/assets/14121688/a2ba8941-cb76-4d97-9587-3392e815a338
- Loading branch information