[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-244-gcb10fbf

Shawn Moore sartak at bestpractical.com
Tue Aug 10 03:21:46 EDT 2010


The branch, 3.9-trunk has been updated
       via  cb10fbf7dfc14682e05bda55fd3e6509707840bc (commit)
      from  f1778f1e87837c8d778a63291fa03c6cb61ef7e2 (commit)

Summary of changes:
 share/html/Admin/CustomFields/Modify.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit cb10fbf7dfc14682e05bda55fd3e6509707840bc
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Aug 10 03:23:49 2010 -0400

    Turns out we still need to pass argsref

diff --git a/share/html/Admin/CustomFields/Modify.html b/share/html/Admin/CustomFields/Modify.html
index c2d1695..cb9e241 100644
--- a/share/html/Admin/CustomFields/Modify.html
+++ b/share/html/Admin/CustomFields/Modify.html
@@ -160,7 +160,7 @@ my ($title, @results, $Disabled);
 my $CustomFieldObj = RT::CustomField->new( $session{'CurrentUser'} );
 my $current_tab = 'Admin/CustomFields/Modify.html';
 
-$m->callback(CallbackName => 'Initial', Pattern => \$Pattern);
+$m->callback(CallbackName => 'Initial', Pattern => \$Pattern, ARGSRef => \%ARGS);
 
 unless ( $id ) {
     $title = loc("Create a CustomField");

-----------------------------------------------------------------------


More information about the Rt-commit mailing list