[Rt-commit] rt branch, 4.0/bulk-update-autocomplete, created. rt-4.0.7-58-gb935197

Kevin Riggle kevinr at bestpractical.com
Wed Sep 5 15:57:08 EDT 2012


The branch, 4.0/bulk-update-autocomplete has been created
        at  b935197f69eb516227d64f915a3f9e59aa14f903 (commit)

- Log -----------------------------------------------------------------
commit b935197f69eb516227d64f915a3f9e59aa14f903
Author: Kevin Riggle <kevinr at free-dissociation.com>
Date:   Wed Sep 5 15:56:16 2012 -0400

    add Autocomplete CFs to Bulk Update

diff --git a/share/html/Search/Bulk.html b/share/html/Search/Bulk.html
index d39c24c..688d6ea 100755
--- a/share/html/Search/Bulk.html
+++ b/share/html/Search/Bulk.html
@@ -193,6 +193,9 @@ $cfs->LimitToQueue($_) for keys %$seen_queues;
 % } elsif ($cf->Type eq 'Freeform') {
 <td><& /Elements/EditCustomFieldFreeform, @add &></td>
 <td><& /Elements/EditCustomFieldFreeform, @del &></td>
+% } elsif ($cf->Type eq 'Autocomplete') {
+<td><& /Elements/EditCustomFieldAutocomplete, @add &></td>
+<td><& /Elements/EditCustomFieldAutocomplete, @del &></td>
 % } elsif ($cf->Type eq 'Text') {
 <td><& /Elements/EditCustomFieldText, @add &></td>
 <td> </td>

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


More information about the Rt-commit mailing list