From 40a0251efa55f5fa820bf8634d5797dd606de88a Mon Sep 17 00:00:00 2001 From: soum-fujimoto Date: Tue, 2 Jun 2026 03:06:11 +0000 Subject: [PATCH] Hotfix 58729 --- app/dashboard/controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dashboard/controller.ts b/app/dashboard/controller.ts index f20e714ed..c7afb2669 100644 --- a/app/dashboard/controller.ts +++ b/app/dashboard/controller.ts @@ -89,7 +89,7 @@ export default class Dashboard extends Controller { const user: User = yield this.currentUser.user; const nodes: QueryHasManyResult = yield user.queryHasMany('sparseNodes', { - embed: ['parent', 'root'], + embed: ['parent', 'root', 'creator'], fields: { users: 'full_name,given_name,middle_names,family_name', 'sparse-nodes': 'id,title,date_modified,bibliographic_contributors,parent,root,creator',