fix: undo removing of resolution_time fields
This commit is contained in:
parent
7091ca6812
commit
defa01edac
@ -42,6 +42,8 @@
|
|||||||
"opening_date",
|
"opening_date",
|
||||||
"opening_time",
|
"opening_time",
|
||||||
"resolution_date",
|
"resolution_date",
|
||||||
|
"resolution_time",
|
||||||
|
"user_resolution_time",
|
||||||
"additional_info",
|
"additional_info",
|
||||||
"lead",
|
"lead",
|
||||||
"contact",
|
"contact",
|
||||||
@ -345,16 +347,16 @@
|
|||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "resolution_time",
|
"fieldname": "resolution_time",
|
||||||
"fieldtype": "Duration",
|
"fieldtype": "Duration",
|
||||||
"label": "Resolution Time",
|
"label": "Resolution Time",
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "user_resolution_time",
|
"fieldname": "user_resolution_time",
|
||||||
"fieldtype": "Duration",
|
"fieldtype": "Duration",
|
||||||
"label": "User Resolution Time",
|
"label": "User Resolution Time",
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "on_hold_since",
|
"fieldname": "on_hold_since",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user