mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
50632: Replaced mock registry service with implementation and added pagination
This commit is contained in:
@@ -207,8 +207,10 @@ export class PaginationComponent implements OnDestroy, OnInit {
|
||||
this.pageSizeOptions = this.paginationOptions.pageSizeOptions;
|
||||
this.currentPage = this.paginationOptions.currentPage;
|
||||
this.pageSize = this.paginationOptions.pageSize;
|
||||
this.sortDirection = this.sortOptions.direction;
|
||||
this.sortField = this.sortOptions.field;
|
||||
if (this.sortOptions) {
|
||||
this.sortDirection = this.sortOptions.direction;
|
||||
this.sortField = this.sortOptions.field;
|
||||
}
|
||||
this.currentQueryParams = {
|
||||
pageId: this.id,
|
||||
page: this.currentPage,
|
||||
|
Reference in New Issue
Block a user