add link, rename tabs, small refactor

This commit is contained in:
FrancescoMolinaro
2024-01-09 12:33:49 +01:00
parent b6245d3c2d
commit 7719626256
7 changed files with 27 additions and 28 deletions

View File

@@ -60,6 +60,18 @@ export class AdminNotifyMessage extends DSpaceObject {
@autoserialize
object: string;
/**
* The name of the related item
*/
@autoserialize
relatedItem: string;
/**
* The name of the related ldn service
*/
@autoserialize
ldnService: string;
/**
* The context of the message
*/