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