From 3186d18d577ddbebfe1459a9714e753dc03de78c Mon Sep 17 00:00:00 2001
From: Andrey Sobolev <haiodo@users.noreply.github.com>
Date: Fri, 3 Feb 2023 15:09:42 +0700
Subject: [PATCH] Disable scrums for now (#2584)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
---
 models/tracker/src/index.ts | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/models/tracker/src/index.ts b/models/tracker/src/index.ts
index 4431f3d09b..cda282c58e 100644
--- a/models/tracker/src/index.ts
+++ b/models/tracker/src/index.ts
@@ -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,