[Rt-commit] rt branch 4.4/convert-to-graphviz2 updated. rt-4.4.6-36-gf4e073bef2

BPS Git Server git at git.bestpractical.com
Tue Sep 13 20:20:19 UTC 2022


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".

The branch, 4.4/convert-to-graphviz2 has been updated
       via  f4e073bef20097b772399216a8d2481f1e43e0b9 (commit)
      from  195180d05b5cbaef415dd0925334e453007b631b (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 f4e073bef20097b772399216a8d2481f1e43e0b9
Author: Brian Conry <bconry at bestpractical.com>
Date:   Tue Sep 13 15:16:06 2022 -0500

    Allow additonal ticket relationship graph directions
    
    When graph directions were added in cbe49d600b0 the options for "bottom
    to top" and "right to left" were commented out because the GraphViz
    module didn't support them.
    
    WIth the conversion to GraphViz2 these directions are now supported.

diff --git a/share/html/Ticket/Graphs/Elements/EditGraphProperties b/share/html/Ticket/Graphs/Elements/EditGraphProperties
index 5ba8492bb9..752bd964c1 100644
--- a/share/html/Ticket/Graphs/Elements/EditGraphProperties
+++ b/share/html/Ticket/Graphs/Elements/EditGraphProperties
@@ -50,9 +50,8 @@
 <% loc('Direction') %> <select name="Direction">
 <option value="TB" <% ($Direction||'TB') eq 'TB'? 'selected="selected"': '' |n %>><% loc('top to bottom') %></option>
 <option value="LR" <% ($Direction||'TB') eq 'LR'? 'selected="selected"': '' |n %>><% loc('left to right') %></option>
-%# XXX: not supported by GraphViz perl module
-%#<option value="BT" <% ($Direction||'TB') eq 'BT'? 'selected="selected"': '' |n %>><% loc('bottom to top') %></option>
-%#<option value="RL" <% ($Direction||'TB') eq 'RL'? 'selected="selected"': '' |n %>><% loc('right to left') %></option>
+<option value="BT" <% ($Direction||'TB') eq 'BT'? 'selected="selected"': '' |n %>><% loc('bottom to top') %></option>
+<option value="RL" <% ($Direction||'TB') eq 'RL'? 'selected="selected"': '' |n %>><% loc('right to left') %></option>
 </select><br />
 
 <% loc('Main type of links') %> <select name="LeadingLink">

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

Summary of changes:
 share/html/Ticket/Graphs/Elements/EditGraphProperties | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list