PMCORE-3354: Case List Settings > The change of order is not automatically saved per user

restore props

fix custom cases list
This commit is contained in:
Rodrigo Quelca
2021-09-20 14:30:27 +00:00
parent 7583dc0f26
commit 51b3f208a6
7 changed files with 40 additions and 35 deletions

View File

@@ -673,7 +673,7 @@ export default {
that.$emit("updateSettings", {
data: data,
key: "orderBy",
parent: that.data.pageParent,
page: that.data.pageParent,
type: "custom",
id: that.data.customListId
});
@@ -687,7 +687,7 @@ export default {
this.$emit("updateSettings", {
data: val,
key: "columns",
parent: this.data.pageParent,
page: this.data.pageParent,
type: "custom",
id: this.data.customListId
});
@@ -1024,7 +1024,7 @@ export default {
this.$emit("updateSettings", {
data: newFilters,
key: "filters",
parent: this.data.pageParent,
page: this.data.pageParent,
type: "custom",
id: this.data.customListId
});