forked from hazza/dspace-angular
fixed and tests for equals method
This commit is contained in:
@@ -12,7 +12,7 @@ import { hasNoValue } from '../../shared/empty.util';
|
||||
/**
|
||||
* An abstract model class for a DSpaceObject.
|
||||
*/
|
||||
export class DSpaceObject implements CacheableObject, ListableObject {
|
||||
export class DSpaceObject extends ListableObject implements CacheableObject {
|
||||
|
||||
private _name: string;
|
||||
|
||||
|
Reference in New Issue
Block a user