[Rt-commit] r8163 -
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Interface
ruz at bestpractical.com
ruz at bestpractical.com
Sat Jul 14 22:03:39 EDT 2007
Author: ruz
Date: Sat Jul 14 22:03:39 2007
New Revision: 8163
Modified:
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Interface/Web.pm
Log:
* use id of a value as we have it
Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Interface/Web.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Interface/Web.pm Sat Jul 14 22:03:39 2007
@@ -1346,7 +1346,7 @@
my ( $val, $msg ) = $args{'Object'}->DeleteCustomFieldValue(
Field => $cf,
- Value => $cf_value->Content
+ ValueId => $cf_value->id
);
push ( @results, $msg);
}
More information about the Rt-commit
mailing list