mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
Change p. to page and reverse id and pagination info
This commit is contained in:
@@ -20,6 +20,6 @@ export class PaginationServiceStub {
|
||||
updateRouteWithUrl = jasmine.createSpy('updateRouteWithUrl');
|
||||
clearPagination = jasmine.createSpy('clearPagination');
|
||||
getRouteParameterValue = jasmine.createSpy('getRouteParameterValue').and.returnValue(observableOf(''));
|
||||
getPageParam = jasmine.createSpy('getPageParam').and.returnValue(`p.${this.pagination.id}`);
|
||||
getPageParam = jasmine.createSpy('getPageParam').and.returnValue(`page.${this.pagination.id}`);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user