diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-01 17:30:07 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-01 17:30:07 +0800 |
commit | 2255d58a5459a481743868070496ea76fe8b758b (patch) | |
tree | 81f824e560aa98a52ed6a4956a01ba4e162a5e65 /main.qml | |
parent | d79cec3e7cdaf00f53c0d7c0c3c6b2f039a05a5d (diff) |
Ticket history created time real data
Diffstat (limited to 'main.qml')
-rw-r--r-- | main.qml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,12 +7,12 @@ ApplicationWindow { signal ticketId(int id) signal ticketSubject(string subject) signal ticketNew(string queue, string requestor) - function ticketHistory(subject, description, content, creator) { + function ticketHistory(subject, content, creator, created) { pageView.push("TicketHistory.qml", { "subject": subject - , "description": description , "content": content , "creator": creator + , "created": created }) } |