[Rt-commit] r2062 - in rt/branches/3.2-RELEASE: . lib/RT sbin

jesse at bestpractical.com jesse at bestpractical.com
Sat Jan 8 19:05:59 EST 2005


Author: jesse
Date: Sat Jan  8 19:05:59 2005
New Revision: 2062

Modified:
   rt/branches/3.2-RELEASE/   (props changed)
   rt/branches/3.2-RELEASE/lib/RT/Record.pm
   rt/branches/3.2-RELEASE/sbin/rt-test-dependencies.in
Log:
 r2644 at hualien:  jesse | 2005-01-09T00:03:21.745886Z
 Backporting a fix for creating/deleting attributes from RT 3.4.
 
 (Also, to make this go, we require SearchBuilder 1.19)
 
 
 


Modified: rt/branches/3.2-RELEASE/lib/RT/Record.pm
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/Record.pm	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/Record.pm	Sat Jan  8 19:05:59 2005
@@ -145,7 +145,7 @@
                                       Description => $args{'Description'},
                                       Content     => $args{'Content'} );
 
-    $self->Attributes->RedoSearch;
+    $self->Attributes->_DoSearch;
     
     return ($id, $msg);
 }

Modified: rt/branches/3.2-RELEASE/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/3.2-RELEASE/sbin/rt-test-dependencies.in	(original)
+++ rt/branches/3.2-RELEASE/sbin/rt-test-dependencies.in	Sat Jan  8 19:05:59 2005
@@ -121,7 +121,7 @@
 DBI 1.37
 Test::Inline
 Class::ReturnValue 0.40
-DBIx::SearchBuilder 1.01
+DBIx::SearchBuilder 1.19
 Text::Template
 File::Spec 0.8
 HTML::Entities 


More information about the Rt-commit mailing list