This PR handles some form edge cases and a few other minor changes:
prevents going to ingest form if unsaved changes on search form
adds warning on ingest form if there are provisioned search resources, and user is updating the ingest form
updates query block in workspace to be generic instead of hardcoded to neural query
rename workspace reducer -> form reducer
removes ingest doc changes from changing the form state; this is to prevent duplicate ingest and accidental override of existing ingested doc(s)
Screenshot of new callout:
Screenshot of back button available when no unsaved search form changes:
Screenshot of back button unavailable when unsaved search form changes:
Issues Resolved
Makes progress on #23
Check List
[x] Commits are signed per the DCO using --signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Description
This PR handles some form edge cases and a few other minor changes:
Screenshot of new callout:
Screenshot of back button available when no unsaved search form changes:
Screenshot of back button unavailable when unsaved search form changes:
Issues Resolved
Makes progress on #23
Check List
--signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.