[Rt-commit] rt branch, 4.2/cfv-autocomplete-limit, repushed
Alex Vandiver
alexmv at bestpractical.com
Mon Sep 29 14:40:26 EDT 2014
The branch 4.2/cfv-autocomplete-limit was deleted and repushed:
was 53b4dea10e012445e7053240c6f5ca96f1d4bb2b
now f7e3bb60fbc9b399a72d05fed81ba268c627b906
-: ------- > 1: a90b662 Don't hide AllowLoginPasswordAutoComplete option as a 'password'
1: 53b4dea ! 2: f7e3bb6 Limit the custom field values autocompleter, like the others
@@ -13,6 +13,12 @@
SUBCLAUSE => 'autocomplete',
CASESENSITIVE => 0,
);
++$m->callback(
++ CallbackName => 'ModifyMaxResults',
++ max => \$ARGS{max},
++ term => $term,
++ CustomField => $CustomFieldObj,
++);
+$values->RowsPerPage( $ARGS{max} // 10 );
my @suggestions;
More information about the rt-commit
mailing list