[Rt-commit] r7931 -
rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Fri May 25 15:48:35 EDT 2007
Author: jesse
Date: Fri May 25 15:48:35 2007
New Revision: 7931
Modified:
rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Elements/SelectOwner
Log:
* added a callback to make it easier ot massage the SelectOwner list
Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Elements/SelectOwner
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Elements/SelectOwner (original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Elements/SelectOwner Fri May 25 15:48:35 2007
@@ -80,6 +80,7 @@
my %user_uniq_hash;
+$m->callback( %ARGS, objects => \@objects, CallbackName => 'UpdateObjectList');
foreach my $object (@objects) {
my $Users = RT::Users->new($session{CurrentUser});
More information about the Rt-commit
mailing list