diff --git a/ui-ngx/src/app/core/http/entity.service.ts b/ui-ngx/src/app/core/http/entity.service.ts index c11cc03fda..3ed84b1b86 100644 --- a/ui-ngx/src/app/core/http/entity.service.ts +++ b/ui-ngx/src/app/core/http/entity.service.ts @@ -876,7 +876,7 @@ export class EntityService { if (result.entityParamName && result.entityParamName.length) { targetParams = stateParams[result.entityParamName]; } - if (targetParams && targetParams.entityId) { + if (targetParams && targetParams.entityId && targetParams.entityName) { currentEntity = { id: targetParams.entityId.id, entityType: targetParams.entityId.entityType as EntityType,