mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
111638: Add creationTime to process model
This commit is contained in:
@@ -44,6 +44,12 @@ export class Process implements CacheableObject {
|
|||||||
@autoserialize
|
@autoserialize
|
||||||
userId: string;
|
userId: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The creation time for this process
|
||||||
|
*/
|
||||||
|
@autoserialize
|
||||||
|
creationTime: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The start time for this process
|
* The start time for this process
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user