Skip to content

Conversation

oliver-sanders
Copy link
Member

@oliver-sanders oliver-sanders requested a review from MetRonnie June 27, 2025 14:30
@oliver-sanders oliver-sanders self-assigned this Jun 27, 2025
@oliver-sanders oliver-sanders added small bug Something isn't working labels Jun 27, 2025
@oliver-sanders oliver-sanders added this to the 2.9.0 milestone Jun 27, 2025
@@ -57,7 +57,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
>
<GraphNode
:task="node"
:jobs="node.children"
:jobs="['task', 'family'].includes(node.type) ? node.children : []"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue was about both cycles and families displaying their children as jobs, but this only fixes it for cycles. At the moment a family could still display its tasks or child families as jobs

@MetRonnie MetRonnie linked an issue Aug 5, 2025 that may be closed by this pull request
@MetRonnie MetRonnie modified the milestones: 2.9.0, 2.10.0 Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Graph cycle/family collapsing: children display as jobs
2 participants