From ad6474af65a9894684bd5e8553e25d9e71f52bb2 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Mon, 7 Jan 2019 13:33:21 -0500 Subject: RT# 35259 - Added option to attach a file thru quick ticket creation Conflicts: rt/share/html/index.html --- rt/share/html/Elements/QuickCreate | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rt/share/html/Elements/QuickCreate') diff --git a/rt/share/html/Elements/QuickCreate b/rt/share/html/Elements/QuickCreate index fa03f2061..af8d84972 100644 --- a/rt/share/html/Elements/QuickCreate +++ b/rt/share/html/Elements/QuickCreate @@ -45,10 +45,12 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} +% my $QueueObj = RT::Queue->new($session{'CurrentUser'});
<&| /Widgets/TitleBox, title => loc('Quick ticket creation') &>
callback(CallbackName => 'InFormElement'); > @@ -74,6 +76,7 @@ <&|/l&>Content: +<& /Ticket/Elements/AddAttachments, %ARGS, QueueObj => $QueueObj &> <& /Elements/Submit, Label => loc('Create') &>
-- cgit v1.2.1