[Rt-commit] rtir branch, master, updated. 4.0.1rc1-193-g35b37981

? sunnavy sunnavy at bestpractical.com
Tue Jun 9 09:13:29 EDT 2020


The branch, master has been updated
       via  35b379813838da7b050370ff7e7302bfdfa573f1 (commit)
      from  b0d2085a518dbc73d45da65c7a54af0ede020e16 (commit)

Summary of changes:
 html/RTIR/Incident/Create.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 35b379813838da7b050370ff7e7302bfdfa573f1
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Jun 9 06:13:48 2020 +0800

    Line up read-only Owner's label/value on incident create page
    
    The read-only Owner could show up when creating a new linked incident
    from incident report page.

diff --git a/html/RTIR/Incident/Create.html b/html/RTIR/Incident/Create.html
index 99ecfc01..a78a6784 100644
--- a/html/RTIR/Incident/Create.html
+++ b/html/RTIR/Incident/Create.html
@@ -156,7 +156,9 @@ if ( $ChildObj && $ChildObj->id && !$ChildObj->CurrentUserHasRight('ModifyTicket
     </div>
 % if ( $ChildObj ) {
     <div class="value col-9">
-      <& /Elements/ShowUser, User => $ChildObj->OwnerObj &>
+      <span class="form-control current-value">
+        <& /Elements/ShowUser, User => $ChildObj->OwnerObj &>
+      </span>
       <input type="hidden" name="Owner" value="<% $ChildObj->Owner %>" />
     </div>
 % } else {

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


More information about the rt-commit mailing list