diff --git a/plugins/tracker-resources/src/components/templates/CreateIssueTemplate.svelte b/plugins/tracker-resources/src/components/templates/CreateIssueTemplate.svelte index e4bdc2e526..1db64df067 100644 --- a/plugins/tracker-resources/src/components/templates/CreateIssueTemplate.svelte +++ b/plugins/tracker-resources/src/components/templates/CreateIssueTemplate.svelte @@ -158,6 +158,7 @@ milestone={object.milestone} project={_space} maxHeight="limited" + on:create-issue={({ detail }) => (object.children = [...object.children, detail])} /> -
-
+
+
(newIssue.assignee = detail)} /> {/key} @@ -172,7 +173,7 @@ }} />
-
+
+ +