﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
3322,Set depth of Depgraph to infinite,makro,coderanger,"In some cases, the ticket dependencies in Depgraph are not shown in full depth. The picture generated, shows the 'end ticket' (where no more recursions are done) filled grey, and the node is not clickable.

Here is an example (!#17 and !#19 contain the 'grey node' while !#18 is working well):

Dependencied defined:

||Ticket||  Blocked By        ||Blocking  ||
||!#15 	||		      ||17, 18, 19||
||!#16 	|| 		      ||18        || 	
||!#17 	|| 	15 	      ||18        || 	
||!#18 	|| 	15, 16,17, 19 ||          ||	
||!#19 	|| 	15 	      ||18        || 	

The graph should look like that:
{{{
   __>17        
  /   \/	
15--->18<--16
  \   /\
   \_>19
}}}
That's what depgraph/ID?format=debug prints out for ticket

!#17:
{{{<mastertickets.model.TicketLinks #17 blocking=[18] blocked_by=[15]>}}}[[BR]]
!#18
{{{<mastertickets.model.TicketLinks #18 blocking=[] blocked_by=[19,15,17,16]>}}}[[BR]]
!#19:
{{{<mastertickets.model.TicketLinks #19 blocking=[18] blocked_by=[15]>}}}

And that's what the graphs look like:

!#17:
[[Image(depgraph17.png)]]
!#18:
[[Image(depgraph18.png)]]
!#19:
[[Image(depgraph19.png)]]",enhancement,new,normal,MasterTicketsPlugin,normal,,,AdrianFritz,0.11
