[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.11-29-g67e3d15

Todd Wade todd at bestpractical.com
Wed Jun 17 20:28:29 EDT 2015


The branch, 4.2-trunk has been updated
       via  67e3d157e3e3bbe2a76819a9c4dd46ab44f71771 (commit)
      from  6640a098e6c32445fc0c7eab64beaddecc742a75 (commit)

Summary of changes:
 share/html/SelfService/Create.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 67e3d157e3e3bbe2a76819a9c4dd46ab44f71771
Author: Todd Wade <todd at bestpractical.com>
Date:   Wed Jun 17 20:22:31 2015 -0400

    Enable for AutocompleteMultiple for SelfService Cc field
    
    6491f65a accidentally ommited adding AutocompleteMultiple for the
    SelfService Cc field. Add it now.

diff --git a/share/html/SelfService/Create.html b/share/html/SelfService/Create.html
index 18b970b..bf504ca 100644
--- a/share/html/SelfService/Create.html
+++ b/share/html/SelfService/Create.html
@@ -79,7 +79,7 @@
 <&|/l&>Cc</&>:
 </td>
 <td class="value">
-<& /Elements/EmailInput, Name => 'Cc', Size => '20', Default => $ARGS{Cc} || '' &>
+<& /Elements/EmailInput, Name => 'Cc', Size => '20', Default => $ARGS{Cc} || '', AutocompleteMultiple => 1 &>
 </td>
 </tr>
 <tr>

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


More information about the rt-commit mailing list