Add right panel to the EditIssue dialog (#1272) (#1546)

Signed-off-by: Sergei Ogorelkov <sergei.ogorelkov@xored.com>
This commit is contained in:
Sergei Ogorelkov
2022-04-26 18:19:26 +07:00
committed by GitHub
parent 69a8e50220
commit 034986627e
4 changed files with 226 additions and 60 deletions
+4 -1
View File
@@ -104,7 +104,10 @@ export default mergeIds(trackerId, tracker, {
IssueTitlePlaceholder: '' as IntlString,
IssueDescriptionPlaceholder: '' as IntlString,
Unassigned: '' as IntlString,
AddIssueTooltip: '' as IntlString
AddIssueTooltip: '' as IntlString,
CopyIssueUrl: '' as IntlString,
CopyIssueId: '' as IntlString
},
component: {
NopeComponent: '' as AnyComponent,