PMCORE-3329
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user