[Rt-commit] r9268 - in rt/branches/3.6-RELEASE: .
jesse at bestpractical.com
jesse at bestpractical.com
Wed Oct 10 21:35:37 EDT 2007
Author: jesse
Date: Wed Oct 10 21:35:37 2007
New Revision: 9268
Modified:
rt/branches/3.6-RELEASE/ (props changed)
rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
Log:
r68037 at h46055e4a: jesse | 2007-10-10 19:45:05 -0500
* A small fix to stop RT from complaining about categories when updating custom fields via the web ui. Thanks to Brian Gallew
Modified: rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm (original)
+++ rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm Wed Oct 10 21:35:37 2007
@@ -1254,6 +1254,8 @@
my @results;
foreach my $arg ( keys %{ $args{'ARGS'} } ) {
+
+ next if $arg =~ /Category$/;
# since http won't pass in a form element with a null value, we need
# to fake it
More information about the Rt-commit
mailing list