fix: update duration options

This commit is contained in:
Rucha Mahabal 2020-06-10 12:58:16 +05:30
parent 5b6d2c2e7b
commit 1e49c6b68b
3 changed files with 20 additions and 42 deletions

View File

@ -380,48 +380,38 @@
"fieldname": "avg_response_time", "fieldname": "avg_response_time",
"fieldtype": "Duration", "fieldtype": "Duration",
"label": "Average Response Time", "label": "Average Response Time",
"read_only": 1, "read_only": 1
"show_days": 1,
"show_seconds": 1
}, },
{ {
"fieldname": "resolution_time", "fieldname": "resolution_time",
"fieldtype": "Duration", "fieldtype": "Duration",
"label": "Resolution Time", "label": "Resolution Time",
"read_only": 1, "read_only": 1
"show_days": 1,
"show_seconds": 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
"show_days": 1,
"show_seconds": 1
}, },
{ {
"fieldname": "on_hold_since", "fieldname": "on_hold_since",
"fieldtype": "Datetime", "fieldtype": "Datetime",
"hidden": 1, "hidden": 1,
"label": "On Hold Since", "label": "On Hold Since",
"read_only": 1, "read_only": 1
"show_days": 1,
"show_seconds": 1
}, },
{ {
"fieldname": "total_hold_time", "fieldname": "total_hold_time",
"fieldtype": "Duration", "fieldtype": "Duration",
"label": "Total Hold Time", "label": "Total Hold Time",
"read_only": 1, "read_only": 1
"show_days": 1,
"show_seconds": 1
} }
], ],
"icon": "fa fa-ticket", "icon": "fa fa-ticket",
"idx": 7, "idx": 7,
"links": [], "links": [],
"modified": "2020-06-05 15:45:24.474425", "modified": "2020-06-10 12:47:37.146914",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Support", "module": "Support",
"name": "Issue", "name": "Issue",

View File

@ -159,28 +159,22 @@
"fieldtype": "Link", "fieldtype": "Link",
"label": "Default Priority", "label": "Default Priority",
"options": "Issue Priority", "options": "Issue Priority",
"read_only": 1, "read_only": 1
"show_days": 1,
"show_seconds": 1
}, },
{ {
"fieldname": "section_break_18", "fieldname": "section_break_18",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"hide_border": 1, "hide_border": 1
"show_days": 1,
"show_seconds": 1
}, },
{ {
"fieldname": "pause_sla_on", "fieldname": "pause_sla_on",
"fieldtype": "Table", "fieldtype": "Table",
"label": "Pause SLA On", "label": "Pause SLA On",
"options": "Pause SLA On Status", "options": "Pause SLA On Status"
"show_days": 1,
"show_seconds": 1
} }
], ],
"links": [], "links": [],
"modified": "2020-06-05 17:51:15.050785", "modified": "2020-06-10 12:30:15.050785",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Support", "module": "Support",
"name": "Service Level Agreement", "name": "Service Level Agreement",

View File

@ -20,34 +20,28 @@
"fieldtype": "Link", "fieldtype": "Link",
"in_list_view": 1, "in_list_view": 1,
"label": "Priority", "label": "Priority",
"options": "Issue Priority", "options": "Issue Priority"
"show_days": 1,
"show_seconds": 1
}, },
{ {
"fieldname": "sb_00", "fieldname": "sb_00",
"fieldtype": "Section Break", "fieldtype": "Section Break"
"show_days": 1,
"show_seconds": 1
}, },
{ {
"columns": 2, "columns": 2,
"fieldname": "resolution_time", "fieldname": "resolution_time",
"fieldtype": "Duration", "fieldtype": "Duration",
"hide_days": 1,
"hide_seconds": 1,
"in_list_view": 1, "in_list_view": 1,
"label": "Resolution Time" "label": "Resolution Time"
}, },
{ {
"fieldname": "cb_00", "fieldname": "cb_00",
"fieldtype": "Column Break", "fieldtype": "Column Break"
"show_days": 1,
"show_seconds": 1
}, },
{ {
"fieldname": "cb_01", "fieldname": "cb_01",
"fieldtype": "Column Break", "fieldtype": "Column Break"
"show_days": 1,
"show_seconds": 1
}, },
{ {
"columns": 1, "columns": 1,
@ -55,21 +49,21 @@
"fieldname": "default_priority", "fieldname": "default_priority",
"fieldtype": "Check", "fieldtype": "Check",
"in_list_view": 1, "in_list_view": 1,
"label": "Default Priority", "label": "Default Priority"
"show_days": 1,
"show_seconds": 1
}, },
{ {
"columns": 2, "columns": 2,
"fieldname": "response_time", "fieldname": "response_time",
"fieldtype": "Duration", "fieldtype": "Duration",
"hide_days": 1,
"hide_seconds": 1,
"in_list_view": 1, "in_list_view": 1,
"label": "First Response Time" "label": "First Response Time"
} }
], ],
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2020-06-05 13:08:26.428657", "modified": "2020-06-10 12:45:47.545915",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Support", "module": "Support",
"name": "Service Level Priority", "name": "Service Level Priority",