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:
@@ -361,7 +361,7 @@ export default {
|
||||
that.$emit("updateSettings", {
|
||||
data: data,
|
||||
key: "orderBy",
|
||||
parent: this.page,
|
||||
page: "inbox",
|
||||
type: "normal",
|
||||
id: this.id
|
||||
});
|
||||
@@ -372,7 +372,7 @@ export default {
|
||||
this.$emit("updateSettings", {
|
||||
data: val,
|
||||
key: "columns",
|
||||
parent: this.page,
|
||||
page: "inbox",
|
||||
type: "normal",
|
||||
id: this.id
|
||||
});
|
||||
@@ -634,7 +634,7 @@ export default {
|
||||
this.$emit("updateSettings", {
|
||||
data: newFilters,
|
||||
key: "filters",
|
||||
parent: this.page,
|
||||
page: "inbox",
|
||||
type: "normal",
|
||||
id: this.id
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user