PMCORE-3329

This commit is contained in:
Henry Jordan
2021-09-16 19:24:09 +00:00
parent ba1aeb9f95
commit 9e38d32601

View File

@@ -388,7 +388,10 @@ export default {
*/
pageFactory(item){
this.filters = [];
// Updating the last page ATTENTION
this.lastPage = this.page;
this.page = item.item.page;
this.filters = item.item.filters;
this.pageId = item.item.id;
this.pageUri = item.item.href;
@@ -417,7 +420,6 @@ export default {
&& this.$refs["component"].updateView) {
this.$refs["component"].updateView(this.pageData);
}
this.lastPage = this.page;
},
/**
* Click sidebar menu item handler