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

@@ -326,7 +326,7 @@ export default {
that.$emit("updateSettings", {
data: data,
key: "orderBy",
parent: this.page,
page: "draft",
type: "normal",
id: this.id
});
@@ -337,7 +337,7 @@ export default {
this.$emit("updateSettings", {
data: val,
key: "columns",
parent: this.page,
page: "draft",
type: "normal",
id: this.id
});
@@ -562,7 +562,7 @@ export default {
this.$emit("updateSettings", {
data: newFilters,
key: "filters",
parent: this.page,
page: "draft",
type: "normal",
id: this.id
});