[Rt-commit] rt branch, 4.6/fix-people-long-emails, created. rt-4.4.4-568-g05aaedf5c2

Blaine Motsinger blaine at bestpractical.com
Mon Dec 23 18:41:48 EST 2019


The branch, 4.6/fix-people-long-emails has been created
        at  05aaedf5c2bd77cbff6f48e4e459b335384dcad4 (commit)

- Log -----------------------------------------------------------------
commit 05aaedf5c2bd77cbff6f48e4e459b335384dcad4
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Mon Dec 23 17:36:25 2019 -0600

    Allow longer email addresses for value on People
    
    This commit expands the value col size for the 'Add new watchers'
    input form-row to allow for longer email addresses before wrapping.

diff --git a/share/html/Ticket/Elements/AddWatchers b/share/html/Ticket/Elements/AddWatchers
index 2b51b327fc..c17faa5d30 100644
--- a/share/html/Ticket/Elements/AddWatchers
+++ b/share/html/Ticket/Elements/AddWatchers
@@ -106,7 +106,7 @@
     <div class="col-md-3">
       <&|/l&>Type</&>
     </div>
-    <div class="col-md-3">
+    <div class="col-md-6">
       <&|/l&>Email</&>
     </div>
   </div>
@@ -117,7 +117,7 @@
     <div class="col-md-3">
       <&/Elements/SelectWatcherType, Name => "WatcherTypeEmail".$counter, Queue => $Ticket->QueueObj &>
     </div>
-    <div class="col-md-3">
+    <div class="col-md-6">
       <input type="hidden" name="WatcherAddressEmail<%$counter%>" value="<%$email->format%>">
       <span class="form-control current-value">
         <%$email->format%>
@@ -130,7 +130,7 @@
     <div class="col-md-3">
       <&/Elements/SelectWatcherType, Name => "WatcherTypeEmail" . $i, Queue => $Ticket->QueueObj &>
     </div>
-    <div class="col-md-3">
+    <div class="col-md-6">
       <& /Elements/EmailInput, Name => 'WatcherAddressEmail' . $i, Size => '20' &>
     </div>
   </div>

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


More information about the rt-commit mailing list