1
0

[CST-4499] Version history (WIP) - Missing tests and auth features

This commit is contained in:
Alessandro Martelli
2021-09-02 13:30:13 +02:00
committed by Davide Negretti
parent adb40d8712
commit ce399cb764
28 changed files with 815 additions and 104 deletions

View File

@@ -30,6 +30,18 @@ export class VersionHistory extends DSpaceObject {
@autoserialize
id: string;
/**
* The summary of this Version History
*/
@autoserialize
summary: string;
/**
* The name of the submitter of this Version History
*/
@autoserialize
submitterName: string;
/**
* The list of versions within this history
*/