[Rt-commit] rt branch, autocomplete-links, updated. rt-3.9.7-1166-gbff0a78
Shawn Moore
sartak at bestpractical.com
Tue Jan 4 18:16:38 EST 2011
The branch, autocomplete-links has been updated
via bff0a784b2d57053d5d80bc08b888cc88fddee22 (commit)
from f91735c20ef85f184613e7056e47b901704c8390 (commit)
Summary of changes:
etc/RT_Config.pm.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit bff0a784b2d57053d5d80bc08b888cc88fddee22
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Jan 4 18:15:59 2011 -0500
Document and default ticket id autocomplete to use STARTSWITH
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 2700b26..28bf4bb 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1729,12 +1729,12 @@ Not all Ticket fields are publically accessible and hence won't work for
autocomplete unless you override their accessibility using a local overlay or a
plugin. Out of the box the following fields are public: id, Subject.
-Default: C<< Set( $TicketAutocompleteFields, { id => '=' })] ) >>
+Default: C<< Set( $TicketAutocompleteFields, { id => 'STARTSWITH' })] ) >>
=cut
Set( $TicketAutocompleteFields, {
- id => '=',
+ id => 'STARTSWITH',
});
=item C<$DisplayTicketAfterQuickCreate>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list