[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.4-145-g1ab8481c90

? sunnavy sunnavy at bestpractical.com
Wed Oct 28 15:22:23 EDT 2020


The branch, 4.4-trunk has been updated
       via  1ab8481c909c9fb2645b8a39342374da25a07e2a (commit)
       via  6449c83016f50a07945277bd2fa60c93323d2ea9 (commit)
      from  7b90ad070641eee11d7337afc1a4c9b92bfd31d1 (commit)

Summary of changes:
 share/html/Elements/EmailInput | 5 +++++
 1 file changed, 5 insertions(+)

- Log -----------------------------------------------------------------
commit 6449c83016f50a07945277bd2fa60c93323d2ea9
Author: Craig Kaiser <craig at bestpractical.com>
Date:   Wed Jan 8 10:22:24 2020 -0500

    Allow for string of user IDs to be passed for exclusion from autocomplete results

diff --git a/share/html/Elements/EmailInput b/share/html/Elements/EmailInput
index 078a2870c4..6c99144483 100644
--- a/share/html/Elements/EmailInput
+++ b/share/html/Elements/EmailInput
@@ -79,6 +79,10 @@
     data-autocomplete-include-system
 % }
 
+% if ($AutocompleteExclude) {
+    data-autocomplete-exclude="<% $AutocompleteExclude %>"
+% }
+
 />
 % if ($EntryHint) {
 <br>
@@ -97,4 +101,5 @@ $AutocompleteNobody => 0
 $AutocompleteSystem => 0
 $EntryHint => ''
 $Placeholder => ''
+$AutocompleteExclude => undef
 </%ARGS>

commit 1ab8481c909c9fb2645b8a39342374da25a07e2a
Merge: 7b90ad0706 6449c83016
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Oct 29 03:09:19 2020 +0800

    Merge branch '4.4/emailinput-autocomplete-exclude' into 4.4-trunk


-----------------------------------------------------------------------


More information about the rt-commit mailing list