mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
Tracker: split "edit issue" dialog to preview / edit (#1731)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user