feat: Ability to edit saved folders (#7236)
* feat: Ability to edit saved filters Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default [
|
||||
export const customViewList = [
|
||||
{
|
||||
name: 'Custom view',
|
||||
filter_type: 0,
|
||||
@@ -34,3 +34,31 @@ export default [
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
export const updateCustomViewList = [
|
||||
{
|
||||
id: 1,
|
||||
name: 'Open',
|
||||
filter_type: 'conversation',
|
||||
query: {
|
||||
payload: [
|
||||
{
|
||||
attribute_key: 'status',
|
||||
attribute_model: 'standard',
|
||||
filter_operator: 'equal_to',
|
||||
values: ['open'],
|
||||
query_operator: 'and',
|
||||
custom_attribute_type: '',
|
||||
},
|
||||
{
|
||||
attribute_key: 'assignee_id',
|
||||
filter_operator: 'equal_to',
|
||||
values: [52],
|
||||
custom_attribute_type: '',
|
||||
},
|
||||
],
|
||||
},
|
||||
created_at: '2022-02-08T03:17:38.761Z',
|
||||
updated_at: '2023-06-05T13:57:48.478Z',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user