[Rt-commit] rt branch, 5.0-trunk, updated. rt-5.0.1-466-g129495bae0

? sunnavy sunnavy at bestpractical.com
Fri Jun 18 14:43:34 EDT 2021


The branch, 5.0-trunk has been updated
       via  129495bae0f90a74b7c9c31f0440eac9a2d8a252 (commit)
      from  061a152bff74e42a8b9e350d1eafc30a26d46d0f (commit)

Summary of changes:
 share/html/Elements/SelectCustomFieldValue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 129495bae0f90a74b7c9c31f0440eac9a2d8a252
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Jun 19 02:35:23 2021 +0800

    Add the missing "form-control" class to autocomplete cf inputs in query builder

diff --git a/share/html/Elements/SelectCustomFieldValue b/share/html/Elements/SelectCustomFieldValue
index 3368ae7783..618890fee2 100644
--- a/share/html/Elements/SelectCustomFieldValue
+++ b/share/html/Elements/SelectCustomFieldValue
@@ -59,7 +59,7 @@
 % } elsif ($CustomField->Type =~ /^Date(Time)?$/) {
 <& /Elements/SelectDate, ShowTime => ($1 ? 1 : 0), Name => $Name, Value => $Default &>
 % } elsif ( $CustomField->Type eq 'Autocomplete' )  {
-<input type="text" id="CF-<% $CustomField->id %>" name="<% $Name %>" size="20" value="<% $Default %>" />
+<input type="text" id="CF-<% $CustomField->id %>" name="<% $Name %>" size="20" value="<% $Default %>" class="form-control" />
 <script type="text/javascript">
 % my @options;
 % my $values = CachedCustomFieldValues($CustomField);

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


More information about the rt-commit mailing list