[Rt-commit] r11996 - rt/branches/3.7-RTIR-RELENG/lib/RT/Interface
ruz at bestpractical.com
ruz at bestpractical.com
Thu May 1 17:06:26 EDT 2008
Author: ruz
Date: Thu May 1 17:06:25 2008
New Revision: 11996
Modified:
rt/branches/3.7-RTIR-RELENG/lib/RT/Interface/Web.pm
Log:
* skip category on CF update
Modified: rt/branches/3.7-RTIR-RELENG/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/lib/RT/Interface/Web.pm (original)
+++ rt/branches/3.7-RTIR-RELENG/lib/RT/Interface/Web.pm Thu May 1 17:06:25 2008
@@ -1264,6 +1264,8 @@
my @results;
foreach my $arg ( keys %{ $args{'ARGS'} } ) {
+ # skip category argument
+ next if $arg eq '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