[rt-commit] [svn] r595 - rt/branches/rt-3.1/html/Admin/Queues
leira at fsck.com
leira at fsck.com
Wed Mar 17 01:10:21 EST 2004
Author: leira
Date: Wed Mar 17 01:10:21 2004
New Revision: 595
Modified:
rt/branches/rt-3.1/html/Admin/Queues/Modify.html
Log:
Include content properly when creating tickets from templates.
Modified: rt/branches/rt-3.1/html/Admin/Queues/Modify.html
==============================================================================
--- rt/branches/rt-3.1/html/Admin/Queues/Modify.html (original)
+++ rt/branches/rt-3.1/html/Admin/Queues/Modify.html Wed Mar 17 01:10:21 2004
@@ -143,6 +143,12 @@
if ($QueueObj->Disabled()) {
$EnabledChecked ="";
}
+
+ my @linkresults;
+ $m->comp('/Elements/Callback', results => \@linkresults,
+ RecordObj => $QueueObj, ARGSRef => \%ARGS,
+ _CallbackName => 'ProcessLinks');
+ push @results, @linkresults;
}
</%INIT>
More information about the Rt-commit
mailing list