mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
switched to resource-types for annotations to get around circular dependency issues
This commit is contained in:
@@ -66,13 +66,13 @@ export class Collection extends DSpaceObject {
|
||||
/**
|
||||
* The Bitstream that represents the logo of this Collection
|
||||
*/
|
||||
@link(Bitstream)
|
||||
@link(Bitstream.type)
|
||||
logo?: Observable<RemoteData<Bitstream>>;
|
||||
|
||||
/**
|
||||
* The default access conditions of this Collection
|
||||
*/
|
||||
@link(ResourcePolicy, true)
|
||||
@link(ResourcePolicy.type, true)
|
||||
defaultAccessConditions?: Observable<RemoteData<PaginatedList<ResourcePolicy>>>;
|
||||
|
||||
_links: {
|
||||
|
Reference in New Issue
Block a user