mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
switched to resource-types for annotations to get around circular dependency issues
This commit is contained in:
@@ -34,19 +34,19 @@ export class TaskObject extends DSpaceObject implements CacheableObject {
|
||||
/**
|
||||
* The group of this task
|
||||
*/
|
||||
@link(EPerson)
|
||||
@link(EPerson.type)
|
||||
eperson?: Observable<RemoteData<EPerson>>;
|
||||
|
||||
/**
|
||||
* The group of this task
|
||||
*/
|
||||
@link(Group)
|
||||
@link(Group.type)
|
||||
group?: Observable<RemoteData<Group>>;
|
||||
|
||||
/**
|
||||
* The workflowitem object whom this task is related
|
||||
*/
|
||||
@link(WorkflowItem)
|
||||
@link(WorkflowItem.type)
|
||||
workflowitem?: Observable<RemoteData<WorkflowItem>> | WorkflowItem;
|
||||
|
||||
_links: {
|
||||
|
Reference in New Issue
Block a user