- request also hash values of the files via pai
This commit is contained in:
parent
df6f05a032
commit
466fdfbd14
4 changed files with 70 additions and 1 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue