[Rt-commit] rtir branch, 5.0/fix-tool-tip-for-investigation, created. 5.0.0-20-gfc1d0d7b

Craig Kaiser craig at bestpractical.com
Tue Jan 5 14:24:21 EST 2021


The branch, 5.0/fix-tool-tip-for-investigation has been created
        at  fc1d0d7b13fea7956520795807d4dbba756c549b (commit)

- Log -----------------------------------------------------------------
commit fc1d0d7b13fea7956520795807d4dbba756c549b
Author: craig kaiser <craig at bestpractical.com>
Date:   Tue Jan 5 14:18:10 2021 -0500

    Fix tooltip for linked Incident on Incident Report create

diff --git a/html/RTIR/Elements/SelectIncident b/html/RTIR/Elements/SelectIncident
index f8ebccef..bab48143 100644
--- a/html/RTIR/Elements/SelectIncident
+++ b/html/RTIR/Elements/SelectIncident
@@ -48,8 +48,6 @@
   <div class="form-row">
     <div class="label col-3">
       <&|/l&>Incident</&>:
-      <span class="far fa-question-circle icon-helper" data-toggle="tooltip" data-placement="top" data-original-title="<&|/l&>Id of an Incident to link a new ticket to</&>.
-      <% $config->{'Required'} ? loc('Required') : loc('Optional') %>."></span>
     </div>
     <div class="value col-9">
       <div class="form-row">
@@ -67,7 +65,12 @@
 % if ( $hide ) {
     <input type="hidden" name="<% $Name %>" value="<% $potential[0] %>" />
 % }
-    <div class="col-auto">
+    <div class="col-auto label">
+      <span class="far fa-question-circle icon-helper" data-toggle="tooltip" data-placement="top" data-original-title="<&|/l&>Id of an Incident to link a new ticket to</&>.
+        <% $config->{'Required'} ? loc('Required') : loc('Optional') %>.">
+      </span>
+    </div>
+    <div class="col-auto value">
       <input class="form-control" type="text" name="<% $Name %>" value="" data-autocomplete="Tickets" data-autocomplete-limit="Lifecycle = 'incidents'" />
     </div>
 % if ( $config->{'Multiple'} || @potential ) {

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


More information about the rt-commit mailing list