You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Cannot create draft voyage under active mission {} via epic {}. Plan voyage work before mission activation or pause the mission before adding draft voyage scope.",
53
+
mission.id(),
54
+
epic_id,
55
+
));
56
+
}
46
57
47
58
// Find next voyage number for this epic
48
59
let next_num = find_next_voyage_num(&board, epic_id);
"Mission {} cannot be active while linked epics contain draft voyage(s): {}. Plan or remove draft voyages before activating or continuing the mission.",
0 commit comments