mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
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