[Rt-commit] rt branch, 5.0-trunk, updated. rt-5.0.1-13-gb994cf5217

? sunnavy sunnavy at bestpractical.com
Fri Feb 26 08:19:06 EST 2021


The branch, 5.0-trunk has been updated
       via  b994cf5217ba79dda16d4ff8e6c1ea3ded79a8d4 (commit)
      from  a50a705883b92eda6e599e5d64389014cc81ddc3 (commit)

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

- Log -----------------------------------------------------------------
commit b994cf5217ba79dda16d4ff8e6c1ea3ded79a8d4
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Feb 26 04:07:57 2021 +0800

    Add the missing from-control css class for queue autocomplete input

diff --git a/share/html/Elements/SelectQueueAutocomplete b/share/html/Elements/SelectQueueAutocomplete
index 842b760bf0..d74ef4575f 100644
--- a/share/html/Elements/SelectQueueAutocomplete
+++ b/share/html/Elements/SelectQueueAutocomplete
@@ -48,7 +48,7 @@
 <%args>
 $Name            => 'Queue'
 $Default         => 0
-$Class           => 'select-queue field'
+$Class           => 'select-queue field form-control'
 $Placeholder     => ''
 
 $ShowAllQueues   => 1

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


More information about the rt-commit mailing list