mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 20:27:43 +02:00
TSK-810 Rename Team -> Project, Project -> Component (#2756)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -26,12 +26,12 @@ import { Application } from '@hcengineering/workbench'
|
||||
export default mergeIds(trackerId, tracker, {
|
||||
string: {
|
||||
TrackerApplication: '' as IntlString,
|
||||
Teams: '' as IntlString,
|
||||
Projects: '' as IntlString,
|
||||
GotoIssues: '' as IntlString,
|
||||
GotoActive: '' as IntlString,
|
||||
GotoBacklog: '' as IntlString,
|
||||
GotoBoard: '' as IntlString,
|
||||
GotoProjects: '' as IntlString,
|
||||
GotoComponents: '' as IntlString,
|
||||
GotoTrackerApplication: '' as IntlString,
|
||||
SearchIssue: '' as IntlString,
|
||||
Parent: '' as IntlString
|
||||
@@ -61,14 +61,14 @@ export default mergeIds(trackerId, tracker, {
|
||||
actionImpl: {
|
||||
CopyToClipboard: '' as ViewAction,
|
||||
EditWorkflowStatuses: '' as ViewAction,
|
||||
EditTeam: '' as ViewAction,
|
||||
DeleteTeam: '' as ViewAction,
|
||||
EditProject: '' as ViewAction,
|
||||
DeleteProject: '' as ViewAction,
|
||||
DeleteSprint: '' as ViewAction
|
||||
},
|
||||
action: {
|
||||
NewRelatedIssue: '' as Ref<Action<Doc, Record<string, any>>>,
|
||||
DeleteSprint: '' as Ref<Action<Doc, Record<string, any>>>,
|
||||
DeleteTeam: '' as Ref<Action<Doc, Record<string, any>>>,
|
||||
DeleteProject: '' as Ref<Action<Doc, Record<string, any>>>,
|
||||
SetSprintLead: '' as Ref<Action<Doc, Record<string, any>>>
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user