From 1948ee9c5246947970b83a242601844784e259d0 Mon Sep 17 00:00:00 2001 From: jorgep Date: Sun, 9 Feb 2025 10:16:48 +0100 Subject: [PATCH] fix: refs #6919 include entityId in descriptor filter --- src/pages/Account/Card/AccountDescriptor.vue | 2 +- src/pages/Worker/Card/WorkerDescriptor.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/Account/Card/AccountDescriptor.vue b/src/pages/Account/Card/AccountDescriptor.vue index e354f694c..728d2ced3 100644 --- a/src/pages/Account/Card/AccountDescriptor.vue +++ b/src/pages/Account/Card/AccountDescriptor.vue @@ -23,7 +23,7 @@ onMounted(async () => { { module="Worker" :data-key="dataKey" url="Workers/summary" + :filter="{ where: { id: entityId } }" title="user.nickname" @on-fetch="getIsExcluded" >