Skip to content

Phases without tickets don't show in creation modal #212

@Leland

Description

@Leland

Here, the 2021 phase doesn't have tickets, but it's child Bundling phase does.

image

Both should be viable targets for the Phase selection, however.

tickets.map(ticket => {
if (projectName === ticket.project.name && companyName === ticket.company.name) {
phases.push({
path: ticket.phase.path,
id: ticket.phase.id,
});
}
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions