- request also hash values of the files via pai

This commit is contained in:
Arno Kaimbacher 2023-05-10 16:44:25 +02:00
parent df6f05a032
commit 466fdfbd14
4 changed files with 70 additions and 1 deletions

View file

@ -56,12 +56,20 @@ export class DatasetController {
through: { where: { role: "contributor" } },
as: "contributors",
},
"subjects",
"coverage",
"licenses",
"references",
"project",
"files",
// "files",
{
model: dbContext.File,
as: "files",
include: [
"hashvalues"
]
},
"identifier",
],
order: [