[Rt-commit] rt branch, 4.4/self-service-create-callback, created. rt-4.4.4-54-gc25ba3724
Jim Brandt
jbrandt at bestpractical.com
Wed Jul 31 14:34:42 EDT 2019
The branch, 4.4/self-service-create-callback has been created
at c25ba37248586efb5f58b93758132932a1e94ecb (commit)
- Log -----------------------------------------------------------------
commit c25ba37248586efb5f58b93758132932a1e94ecb
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Wed Jul 31 14:34:32 2019 -0400
Add Initial callback
diff --git a/share/html/SelfService/Create.html b/share/html/SelfService/Create.html
index 5ef98ad61..09414a768 100644
--- a/share/html/SelfService/Create.html
+++ b/share/html/SelfService/Create.html
@@ -119,6 +119,8 @@
$Queue => undef
</%args>
<%init>
+$m->callback( CallbackName => 'Initial', Queue => $Queue, ARGSRef => \%ARGS );
+
my @results;
my $queue_obj = RT::Queue->new($session{'CurrentUser'});
$queue_obj->Load($Queue);
-----------------------------------------------------------------------
More information about the rt-commit
mailing list