[Bps-public-commit] rt-extension-repeatticket branch master updated. 2.00-1-ge11a412

BPS Git Server git at git.bestpractical.com
Thu May 18 18:02:48 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-repeatticket".

The branch, master has been updated
       via  e11a4122c2945d4fb12f0ff0a6b509ce1442d11e (commit)
      from  56bb19d34d4a883af0411f37c4e60dbdfef7a9d9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e11a4122c2945d4fb12f0ff0a6b509ce1442d11e
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri May 19 02:01:21 2023 +0800

    Make LeftColumn work in Approvals
    
    In Approvals, $InlineEdit might be absent in %ARGS.

diff --git a/html/Callbacks/RepeatTicket/Ticket/Elements/ShowSummary/LeftColumn b/html/Callbacks/RepeatTicket/Ticket/Elements/ShowSummary/LeftColumn
index 01cb49c..1dd4ba1 100644
--- a/html/Callbacks/RepeatTicket/Ticket/Elements/ShowSummary/LeftColumn
+++ b/html/Callbacks/RepeatTicket/Ticket/Elements/ShowSummary/LeftColumn
@@ -24,7 +24,7 @@
 </&>
 <%args>
 $Ticket
-$InlineEdit
+$InlineEdit => 0
 </%args>
 <%init>
 my $can_modify = $Ticket->CurrentUserHasRight('ModifyTicket');

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

Summary of changes:
 html/Callbacks/RepeatTicket/Ticket/Elements/ShowSummary/LeftColumn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
rt-extension-repeatticket


More information about the Bps-public-commit mailing list