+
+
+
+ {#if hasSubIssues}
+
+{#if hasSubIssues}
+
+ {#if subIssues && issueStatuses}
+
+
+
+
+
+ {:else}
+
+
+
+ {/if}
+
+{/if}
+
+
diff --git a/plugins/tracker-resources/src/plugin.ts b/plugins/tracker-resources/src/plugin.ts
index 0e7fa43498..e0c55cf569 100644
--- a/plugins/tracker-resources/src/plugin.ts
+++ b/plugins/tracker-resources/src/plugin.ts
@@ -91,7 +91,8 @@ export default mergeIds(trackerId, tracker, {
ChangeParent: '' as IntlString,
RemoveParent: '' as IntlString,
OpenParent: '' as IntlString,
- OpenSub: '' as IntlString,
+ OpenSubIssues: '' as IntlString,
+ AddSubIssues: '' as IntlString,
BlockedBy: '' as IntlString,
RelatedTo: '' as IntlString,
Comments: '' as IntlString,