Tracker: split "edit issue" dialog to preview / edit (#1731)

This commit is contained in:
Sergei Ogorelkov
2022-05-18 11:04:54 +07:00
committed by GitHub
parent beb009acab
commit fb0340eb24
20 changed files with 644 additions and 298 deletions
+5 -1
View File
@@ -127,11 +127,14 @@ export default mergeIds(trackerId, tracker, {
CopyIssueUrl: '' as IntlString,
CopyIssueId: '' as IntlString,
CopyIssueBranch: '' as IntlString,
FilterIs: '' as IntlString,
FilterIsNot: '' as IntlString,
FilterIsEither: '' as IntlString,
FilterStatesCount: '' as IntlString
FilterStatesCount: '' as IntlString,
EditIssue: '' as IntlString
},
component: {
NopeComponent: '' as AnyComponent,
@@ -144,6 +147,7 @@ export default mergeIds(trackerId, tracker, {
Board: '' as AnyComponent,
Projects: '' as AnyComponent,
IssuePresenter: '' as AnyComponent,
ProjectTitlePresenter: '' as AnyComponent,
ProjectPresenter: '' as AnyComponent,
TitlePresenter: '' as AnyComponent,
ModificationDatePresenter: '' as AnyComponent,