summaryrefslogtreecommitdiff
path: root/TicketList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'TicketList.qml')
-rw-r--r--TicketList.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/TicketList.qml b/TicketList.qml
index d253aa8..cb095d9 100644
--- a/TicketList.qml
+++ b/TicketList.qml
@@ -8,7 +8,10 @@ TaskListForm {
width: parent.width
height: task.height
taskTitle.text: subject
- itemDelegate.onClicked: window.ticketHistory(id)
+ itemDelegate.onClicked: {
+ window.ticketId(id)
+ window.ticketSubject(subject)
+ }
}
}
}