mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
68405: separate resource types, missing @link paras/followLinks, start test fix
This commit is contained in:

committed by
Art Lowel

parent
b2f966eb83
commit
f17e204712
@@ -1,12 +1,12 @@
|
||||
import { HALLink } from './hal-link.model';
|
||||
import { ResourceType } from './resource-type';
|
||||
import { CacheableObject } from '../cache/object-cache.reducer';
|
||||
import { EXTERNAL_SOURCE } from './external-source.resource-type';
|
||||
import { HALLink } from './hal-link.model';
|
||||
|
||||
/**
|
||||
* Model class for an external source
|
||||
*/
|
||||
export class ExternalSource extends CacheableObject {
|
||||
static type = new ResourceType('externalsource');
|
||||
static type = EXTERNAL_SOURCE;
|
||||
|
||||
/**
|
||||
* Unique identifier
|
||||
@@ -30,5 +30,6 @@ export class ExternalSource extends CacheableObject {
|
||||
|
||||
_links: {
|
||||
self: HALLink;
|
||||
entries: HALLink;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user