Building on the feature in 73f8e6dd it would be quite nice if the list of duplicate issues and dependent issues was flattened in some obvious way so the user can see fully what is dependent on the current issue.
Bugzilla will also cross out dependencies which are closed. That may be a useful feature to add as well.
I've decided not to flatten the dependency graph. It's fairly complicated (since the graph is arbitrary) for little gain. One level seems to be sufficient for common cases.
Building on the feature in
73f8e6ddit would be quite nice if the list of duplicate issues and dependent issues was flattened in some obvious way so the user can see fully what is dependent on the current issue. Bugzilla will also cross out dependencies which are closed. That may be a useful feature to add as well.Date: 2012-07-24 01:49:21
User: travisb
I've made striking out links to closed issues a new issues
f34db2fcDate: 2012-10-19 04:18:17
User: travisb
I've flattened the duplicate list. Now the entire reachable graph of duplicates will be shown as duplicate for an issue.
Date: 2012-10-19 04:26:06
User: travisb
I've decided not to flatten the dependency graph. It's fairly complicated (since the graph is arbitrary) for little gain. One level seems to be sufficient for common cases.
Tracked by Nitpick