[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.6-356-g0ab2a5f
? sunnavy
sunnavy at bestpractical.com
Fri Dec 3 23:42:36 EST 2010
The branch, 3.9-trunk has been updated
via 0ab2a5ffcee3cb8fe32184c72a511235edca6eed (commit)
from b48df68919e190d7bdb5249e458382bac4428c30 (commit)
Summary of changes:
share/html/Admin/Users/index.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 0ab2a5ffcee3cb8fe32184c72a511235edca6eed
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat Dec 4 12:40:50 2010 +0800
fix the bug for /Admin/Users too, see also f701c40700d3
diff --git a/share/html/Admin/Users/index.html b/share/html/Admin/Users/index.html
index 96731f1..b240ad8 100755
--- a/share/html/Admin/Users/index.html
+++ b/share/html/Admin/Users/index.html
@@ -63,6 +63,7 @@
source: "<% RT->Config->Get('WebPath')%>/Helpers/Autocomplete/Users?return=Name",
// Auto-submit once a user is chosen
select: function( event, ui ) {
+ jQuery(event.target).val(ui.item.value);
jQuery(event.target).closest("form").submit();
}
});
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list