mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 11:17:43 +02:00
Allow to create new team (#2375)
Signed-off-by: muhtimur <timur.mukhamedishin@xored.com>
This commit is contained in:
@@ -60,6 +60,11 @@ export default mergeIds(trackerId, tracker, {
|
||||
Completed: '' as IntlString,
|
||||
Canceled: '' as IntlString,
|
||||
CreateTeam: '' as IntlString,
|
||||
NewTeam: '' as IntlString,
|
||||
TeamTitlePlaceholder: '' as IntlString,
|
||||
MakePrivate: '' as IntlString,
|
||||
MakePrivateDescription: '' as IntlString,
|
||||
ChooseIcon: '' as IntlString,
|
||||
AddIssue: '' as IntlString,
|
||||
NewIssue: '' as IntlString,
|
||||
ResumeDraft: '' as IntlString,
|
||||
@@ -273,6 +278,7 @@ export default mergeIds(trackerId, tracker, {
|
||||
DueDatePresenter: '' as AnyComponent,
|
||||
EditIssueTemplate: '' as AnyComponent,
|
||||
CreateTeam: '' as AnyComponent,
|
||||
TeamPresenter: '' as AnyComponent,
|
||||
NewIssueHeader: '' as AnyComponent,
|
||||
IconPresenter: '' as AnyComponent,
|
||||
LeadPresenter: '' as AnyComponent,
|
||||
|
||||
Reference in New Issue
Block a user