MantisBT: master f07fea0d

Author Committer Branch Timestamp Parent
dregad dregad master 2019-09-21 16:10 master 6568294a
Affected Issues  0011381: Dependency Graph crash on circular parent child relationships
Changeset

Fix circular dependencies in Relationship Graph

In the case where we have a cycle in parent-child relationships (i.e.
A -> B -> C -> A), the Relationship Graph fails with an INTERNAL
APPLICATION ERROR - Argument 1 passed to relgraph_add_child() must be of
type array, string given in core/relationship_graph_api.php line 427.

The recursive call was passing the bug id instead of the bug list.

Fixes 0011381

mod - core/relationship_graph_api.php Diff File