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.\r\n\r\nHere is an example (!#17 and !#19 contain the 'grey node' while !#18 is working well):\r\n\r\nDependencied defined:\r\n\r\n||Ticket||  Blocked By        ||Blocking  ||\r\n||!#15 _||__      ||17, 18, 19||\r\n||!#16 _|| __      ||18        || _\r\n||!#17 _|| _15 _      ||18        || _\r\n||!#18 _|| _15, 16,17, 19 ||          ||_\r\n||!#19 _|| _15 _      ||18        || _\r\n\r\nThe graph should look like that:\r\n{{{\r\n   __>17        \r\n  /   \\/_\r\n15--->18<--16\r\n  \\   /\\\r\n   \\_>19\r\n}}}\r\nThat's what depgraph/ID?format=debug prints out for ticket\r\n\r\n!#17:\r\n{{{<mastertickets.model.TicketLinks #17 blocking=[18] blocked_by=[15]>}}}[[BR]]\r\n!#18\r\n{{{<mastertickets.model.TicketLinks #18 blocking=[] blocked_by=[19,15,17,16]>}}}[[BR]]\r\n!#19:\r\n{{{<mastertickets.model.TicketLinks #19 blocking=[18] blocked_by=[15]>}}}\r\n\r\nAnd that's what the graphs look like:\r\n\r\n!#17:\r\n[[Image(depgraph17.png)]]\r\n!#18:\r\n[[Image(depgraph18.png)]]\r\n!#19:\r\n[[Image(depgraph19.png)]]	enhancement	new	normal	MasterTicketsPlugin	normal			AdrianFritz	0.11
