[Rt-commit] rt branch, 4.2/chart-ui-gc-settings, repushed
Wallace Reis
wreis at bestpractical.com
Thu Jul 3 12:51:41 EDT 2014
The branch 4.2/chart-ui-gc-settings was deleted and repushed:
was e2c63a18aed1379f5cdde818690956a70c5174c3
now f8bc8bb2be037efc9a8a812d7742e29c0f26164c
1: e2c63a1 ! 1: f8bc8bb Issues#29015 - Saved chart should load settings
@@ -54,7 +54,6 @@
}
--$m->callback( ARGSRef => \%ARGS, QueryArgsRef => \%query );
+foreach (@search_fields) {
+ if ( ref $default_value->{$_} ) {
+ $query{$_} = ref $ARGS{$_} ? $ARGS{$_} : [ $ARGS{$_} ];
@@ -68,7 +67,7 @@
+ }
+}
+
-+$m->callback( ARGSRef => \%ARGS, QueryArgsRef => \%ARGS );
+ $m->callback( ARGSRef => \%ARGS, QueryArgsRef => \%query );
+
</%init>
<& /Elements/Header, Title => $title &>
More information about the rt-commit
mailing list