[Rt-commit] [svn] r839 - in rt/branches/rt-3.1: . lib/RT/Interface
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Wed May 5 23:53:05 EDT 2004
Author: jesse
Date: Wed May 5 23:53:04 2004
New Revision: 839
Modified:
rt/branches/rt-3.1/ (props changed)
rt/branches/rt-3.1/lib/RT/Interface/Web.pm
Log:
----------------------------------------------------------------------
r839 at tinbook: jesse | 2004-05-06T03:51:01.771468Z
#5620: RT 3.1.14 Bug - Can't Update Scrips in Web UI -- UpdateRecordObject wasn't passing all the required parameters
----------------------------------------------------------------------
Modified: rt/branches/rt-3.1/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/rt-3.1/lib/RT/Interface/Web.pm (original)
+++ rt/branches/rt-3.1/lib/RT/Interface/Web.pm Wed May 5 23:53:04 2004
@@ -922,7 +922,7 @@
my $Object = $args{'Object'};
my @results = $Object->Update(AttributesRef => $args{'AttributesRef'},
ARGSRef => $args{'ARGSRef'},
- AttributePrefix => undef,
+ AttributePrefix => $args{'AttributePrefix'}
);
return (@results);
More information about the Rt-commit
mailing list