PMCORE-3329

This commit is contained in:
Henry Jordan
2021-09-16 19:25:21 +00:00
parent 9e38d32601
commit f8646a8587

View File

@@ -388,10 +388,9 @@ export default {
*/ */
pageFactory(item){ pageFactory(item){
this.filters = []; this.filters = [];
// Updating the last page ATTENTION // Updating the last page
this.lastPage = this.page; this.lastPage = this.page;
this.page = item.item.page; this.page = item.item.page;
this.filters = item.item.filters; this.filters = item.item.filters;
this.pageId = item.item.id; this.pageId = item.item.id;
this.pageUri = item.item.href; this.pageUri = item.item.href;