From a2885e497c74fc2f85055df86d6978db2a8aac77 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 --- 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 d424e4f44..e4c57cf8f 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