[Rt-commit] rt branch, 4.6/lifecycle-ui, updated. rt-4.4.1-259-g74012a2
Shawn Moore
shawn at bestpractical.com
Fri Oct 13 11:27:27 EDT 2017
The branch, 4.6/lifecycle-ui has been updated
via 74012a28cd1c7e87177f7176b0dcf1c3b4595791 (commit)
from f753462b490a50d6655455c270517096bdc87e72 (commit)
Summary of changes:
share/html/Admin/Lifecycles/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 74012a28cd1c7e87177f7176b0dcf1c3b4595791
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Thu Oct 12 13:27:22 2017 -0400
Non-ticket lifecycles are always hidden
diff --git a/share/html/Admin/Lifecycles/index.html b/share/html/Admin/Lifecycles/index.html
index 1aa3117..b3828eb 100644
--- a/share/html/Admin/Lifecycles/index.html
+++ b/share/html/Admin/Lifecycles/index.html
@@ -62,7 +62,7 @@
<tr class="<% $i % 2 ? 'oddline' : 'evenline' %>">
<td class="collection-as-table"><a href="<% RT->Config->Get('WebURL') %>Admin/Lifecycles/Modify.html?Type=<% $lifecycle->Type |u %>&Name=<% $lifecycle->Name |u %>"><% $lifecycle->Name %></a></td>
<td class="collection-as-table"><% loc($lifecycle->Type) %></td>
-% my $display = $lifecycle->Type eq 'ticket' ? ($lifecycle->{data}{ticket_display} || 'hidden') : '';
+% my $display = $lifecycle->Type eq 'ticket' ? ($lifecycle->{data}{ticket_display} || 'hidden') : 'hidden';
<td class="collection-as-table"><% loc($display) %></td>
</tr>
% }
-----------------------------------------------------------------------
More information about the rt-commit
mailing list