update test

This commit is contained in:
2026-05-24 11:09:12 +02:00
parent c9f2863815
commit 264d9f1402
9 changed files with 575 additions and 138 deletions
+2 -1
View File
@@ -278,8 +278,9 @@ export class IssueDetail {
const isNewIssueRoute = this.route.snapshot.routeConfig?.path === 'issues/new';
if (isNewIssueRoute) {
const draftId = Number(this.route.snapshot.queryParamMap.get('draftId') ?? 0);
return {
id: 0,
id: draftId,
type: 'Story',
assignee: '',
epic: '',