From 6be6316bc4ce879b4373a9fc46edd3eeb6762674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Wed, 2 Oct 2019 22:48:23 +0800 Subject: Set ticket history long format to true here --- TicketList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TicketList.qml') diff --git a/TicketList.qml b/TicketList.qml index 6bfb54e..58dd774 100644 --- a/TicketList.qml +++ b/TicketList.qml @@ -9,7 +9,7 @@ TaskListForm { height: task.height taskTitle.text: subject itemDelegate.onClicked: { - window.ticketHistory(id) + window.ticketHistory(id, true) pageView.push("TicketHistory.qml" , {"subject": subject}) } -- cgit v1.2.3