[Enterprise Search] [8.8] [Search Application] Fix indices action url (#157861)

65c2e8fe-b4b6-4ac2-86d5-85fdc88ede15


Expected: clicking on the eye icon, the user should be taken to the
index view page
actual: 404 page
This commit is contained in:
Joseph McElroy 2023-05-16 13:24:34 +01:00 committed by GitHub
parent d41e92134d
commit 8bdc9fa02d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,9 +155,12 @@ export const EngineIndices: React.FC = () => {
),
onClick: (index) =>
navigateToUrl(
generateEncodedPath(SEARCH_INDEX_PATH, {
`${ENTERPRISE_SEARCH_CONTENT_PLUGIN.URL}/${generateEncodedPath(SEARCH_INDEX_PATH, {
indexName: index.name,
})
})}`,
{
shouldNotCreateHref: true,
}
),
type: 'icon',
},