[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-243-gf1778f1

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


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

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

- Log -----------------------------------------------------------------
commit f1778f1e87837c8d778a63291fa03c6cb61ef7e2
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Aug 10 03:09:35 2010 -0400

    Munging %ARGS is not enough, pass a ref to $Pattern instead

diff --git a/share/html/Admin/CustomFields/Modify.html b/share/html/Admin/CustomFields/Modify.html
index aba231d..c2d1695 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', ARGSRef => \%ARGS);
+$m->callback(CallbackName => 'Initial', Pattern => \$Pattern);
 
 unless ( $id ) {
     $title = loc("Create a CustomField");

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


More information about the Rt-commit mailing list