mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
fixed and tests for equals method
This commit is contained in:
@@ -2,14 +2,13 @@ import { Observable } from 'rxjs';
|
||||
|
||||
import { CacheableObject } from '../../cache/object-cache.reducer';
|
||||
import { DSpaceObject } from '../../shared/dspace-object.model';
|
||||
import { ListableObject } from '../../../shared/object-collection/shared/listable-object.model';
|
||||
import { RemoteData } from '../../data/remote-data';
|
||||
import { Workflowitem } from '../../submission/models/workflowitem.model';
|
||||
|
||||
/**
|
||||
* An abstract model class for a TaskObject.
|
||||
*/
|
||||
export class TaskObject extends DSpaceObject implements CacheableObject, ListableObject {
|
||||
export class TaskObject extends DSpaceObject implements CacheableObject {
|
||||
|
||||
/**
|
||||
* The task identifier
|
||||
|
Reference in New Issue
Block a user