TSK-570: fix RelatedIssues (#2596)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-02-08 11:34:31 +07:00
committed by GitHub
parent 857e879066
commit 994a356ea5
17 changed files with 161 additions and 69 deletions
+3
View File
@@ -533,5 +533,8 @@ export default plugin(trackerId, {
},
resolver: {
Location: '' as Resource<(loc: Location) => Promise<Location | undefined>>
},
string: {
NewRelatedIssue: '' as IntlString
}
})