mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
angular cli
This commit is contained in:
@@ -70,6 +70,7 @@ export class TaskObject extends DSpaceObject implements CacheableObject {
|
||||
* Will be undefined unless the workflowitem {@link HALLink} has been resolved.
|
||||
*/
|
||||
@link(WORKFLOWITEM)
|
||||
workflowitem?: Observable<RemoteData<WorkflowItem>> | WorkflowItem;
|
||||
/* This was changed from 'WorkflowItem | Observable<RemoteData<WorkflowItem>>' to 'any' to prevent issues in templates with async */
|
||||
workflowitem?: any;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user