mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
65600: Renamed FindAllOptions to FindListOptions
This commit is contained in:
@@ -138,7 +138,7 @@ export class FindByIDRequest extends GetRequest {
|
||||
}
|
||||
}
|
||||
|
||||
export class FindAllOptions {
|
||||
export class FindListOptions {
|
||||
scopeID?: string;
|
||||
elementsPerPage?: number;
|
||||
currentPage?: number;
|
||||
@@ -151,7 +151,7 @@ export class FindAllRequest extends GetRequest {
|
||||
constructor(
|
||||
uuid: string,
|
||||
href: string,
|
||||
public body?: FindAllOptions,
|
||||
public body?: FindListOptions,
|
||||
) {
|
||||
super(uuid, href);
|
||||
}
|
||||
|
Reference in New Issue
Block a user