mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
Fixed merge issues
This commit is contained in:
@@ -5,6 +5,7 @@ import { RemoteData } from '../data/remote-data';
|
||||
import { Observable } from 'rxjs/Observable';
|
||||
import { License } from './license.model';
|
||||
import { ResourcePolicy } from './resource-policy.model';
|
||||
import { PaginatedList } from '../data/paginated-list';
|
||||
|
||||
export class Collection extends DSpaceObject {
|
||||
|
||||
@@ -66,7 +67,7 @@ export class Collection extends DSpaceObject {
|
||||
/**
|
||||
* The default access conditions of this Collection
|
||||
*/
|
||||
defaultAccessConditions: Observable<RemoteData<ResourcePolicy[]>>;
|
||||
defaultAccessConditions: Observable<RemoteData<PaginatedList<ResourcePolicy>>>;
|
||||
|
||||
/**
|
||||
* An array of Collections that are direct parents of this Collection
|
||||
|
Reference in New Issue
Block a user