[Rt-commit] rt branch, 4.0/admin-groups-goto, updated. rt-4.0.0-181-g8fb3324
Thomas Sibley
trs at bestpractical.com
Thu May 5 15:04:06 EDT 2011
The branch, 4.0/admin-groups-goto has been updated
via 8fb33244f65b912b56889c437f05fd672a74a136 (commit)
from 559e6912034286b9c171dd281e9e094644c49c81 (commit)
Summary of changes:
share/html/Admin/Users/index.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 8fb33244f65b912b56889c437f05fd672a74a136
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu May 5 15:02:06 2011 -0400
Use the LIKE operator for the "Go to user" form
If the user enters a partial match and submits, they'll get a reasonable
list instead of an empty list (since the default op is equals).
diff --git a/share/html/Admin/Users/index.html b/share/html/Admin/Users/index.html
index 3db68fa..c0272ab 100755
--- a/share/html/Admin/Users/index.html
+++ b/share/html/Admin/Users/index.html
@@ -56,6 +56,7 @@
<input type="hidden" name="<% $field %>" value="<% $ARGS{ $field } %>" />
% }
<input type="hidden" name="UserField" value="Name" />
+<input type="hidden" name="UserOp" value="LIKE" />
<&|/l&>Go to user</&>
<input type="text" name="UserString" value="" id="autocomplete-UserString" />
<script type="text/javascript">
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list