mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-20 07:10:02 +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 projectsId = 'projects'
|
||||||
const sprintsId = 'sprints'
|
const sprintsId = 'sprints'
|
||||||
const templatesId = 'templates'
|
const templatesId = 'templates'
|
||||||
const scrumsId = 'scrums'
|
// const scrumsId = 'scrums'
|
||||||
|
|
||||||
builder.mixin(tracker.class.Issue, core.class.Class, view.mixin.ObjectPresenter, {
|
builder.mixin(tracker.class.Issue, core.class.Class, view.mixin.ObjectPresenter, {
|
||||||
presenter: tracker.component.IssuePresenter
|
presenter: tracker.component.IssuePresenter
|
||||||
@ -980,12 +980,12 @@ export function createModel (builder: Builder): void {
|
|||||||
icon: tracker.icon.Sprint,
|
icon: tracker.icon.Sprint,
|
||||||
component: tracker.component.Sprints
|
component: tracker.component.Sprints
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
id: scrumsId,
|
// id: scrumsId,
|
||||||
label: tracker.string.Scrums,
|
// label: tracker.string.Scrums,
|
||||||
icon: tracker.icon.Scrum,
|
// icon: tracker.icon.Scrum,
|
||||||
component: tracker.component.Scrums
|
// component: tracker.component.Scrums
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
id: templatesId,
|
id: templatesId,
|
||||||
label: tracker.string.IssueTemplates,
|
label: tracker.string.IssueTemplates,
|
||||||
|
Loading…
Reference in New Issue
Block a user