feat: refs #6919 enhance filter in AccountSummary component to include entity ID
gitea/salix-front/pipeline/pr-master This commit is unstable Details

This commit is contained in:
Jorge Penadés 2025-03-24 12:39:40 +01:00
parent 0b3130b4de
commit 798371682c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const entityId = computed(() => $props.id || route.params.id);
data-key="Account"
ref="AccountSummary"
url="VnUsers/preview"
:filter="filter"
:filter="{ ...filter, where: { id: entityId } }"
>
<template #header="{ entity }">{{ entity.id }} - {{ entity.nickname }}</template>
<template #menu>