add project fields for DepositRequest

This commit is contained in:
amentis 2024-05-16 16:15:14 +03:00
parent 08161f97e8
commit 3dbfa58e5e
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ export class DmpDepositDropdown extends BaseComponent implements OnInit {
[nameof<EntityDoi>(x => x.id)].join('.'),
[nameof<EntityDoi>(x => x.repositoryId)].join('.'),
[nameof<EntityDoi>(x => x.doi)].join('.'),
[nameof<EntityDoi>(x => x.entityId)].join('.'),
[nameof<EntityDoi>(x => x.isActive)].join('.'),
]
} as DepositRequestFields;