mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 11:50:56 +00:00
Disable scrums for now (#2584)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
8b4c5c47d7
commit
3186d18d57
@ -809,7 +809,7 @@ export function createModel (builder: Builder): void {
|
||||
const projectsId = 'projects'
|
||||
const sprintsId = 'sprints'
|
||||
const templatesId = 'templates'
|
||||
const scrumsId = 'scrums'
|
||||
// const scrumsId = 'scrums'
|
||||
|
||||
builder.mixin(tracker.class.Issue, core.class.Class, view.mixin.ObjectPresenter, {
|
||||
presenter: tracker.component.IssuePresenter
|
||||
@ -980,12 +980,12 @@ export function createModel (builder: Builder): void {
|
||||
icon: tracker.icon.Sprint,
|
||||
component: tracker.component.Sprints
|
||||
},
|
||||
{
|
||||
id: scrumsId,
|
||||
label: tracker.string.Scrums,
|
||||
icon: tracker.icon.Scrum,
|
||||
component: tracker.component.Scrums
|
||||
},
|
||||
// {
|
||||
// id: scrumsId,
|
||||
// label: tracker.string.Scrums,
|
||||
// icon: tracker.icon.Scrum,
|
||||
// component: tracker.component.Scrums
|
||||
// },
|
||||
{
|
||||
id: templatesId,
|
||||
label: tracker.string.IssueTemplates,
|
||||
|
Loading…
Reference in New Issue
Block a user