mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
Fixed following links for mydspace workflow results
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { inheritSerialization } from 'cerialize';
|
||||
import { typedObject } from '../../cache/builders/build-decorators';
|
||||
import { inheritLinkAnnotations, typedObject } from '../../cache/builders/build-decorators';
|
||||
import { POOL_TASK } from './pool-task-object.resource-type';
|
||||
import { TaskObject } from './task-object.model';
|
||||
|
||||
@@ -8,6 +8,7 @@ import { TaskObject } from './task-object.model';
|
||||
*/
|
||||
@typedObject
|
||||
@inheritSerialization(TaskObject)
|
||||
@inheritLinkAnnotations(TaskObject)
|
||||
export class PoolTask extends TaskObject {
|
||||
static type = POOL_TASK;
|
||||
}
|
||||
|
Reference in New Issue
Block a user