stable

Clone or download

Read-only

Vue2 phaseout: Convert AdvancedSearch into composition API

part of request #18402 Convert document plugin into typescript How to test: Use the search Note: specific scenario for SearchContainer - do a search - do the same search again => search is done again => router is not loaded again (visible in browser history, or by going back button) - change the search criteria => the router reloads the page => the results are reloaded - do the same search again => search is done again => router is not loaded again (visible in browser history, or by going back button) Change-Id: Ifcf34615ad62c681b421aa251bc293cebf3433f4

Modified Files

Name
M plugins/document/scripts/document/components/AdvancedSearch/SearchContainer.test.ts +13 −1 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchContainer.vue +94 −98 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchCriteriaBreadcrumb.vue +26 −29 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchCriteriaPanel.vue +38 −38 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchResult/SearchResultError.vue +32 −34 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchResult/SearchResultPagination.vue +79 −97 Go to diff View file