Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-03 18:09:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-03 18:09:44 +0300
commit31979cb3238a9993bd9834ff3cf4099f43257816 (patch)
tree0740953d332004963d34fffb4c0eff1d12a49a43 /app/helpers/todos_helper.rb
parenta70e2c041864b6cd754f3f0ab225e0e02b59ebaf (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers/todos_helper.rb')
-rw-r--r--app/helpers/todos_helper.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/helpers/todos_helper.rb b/app/helpers/todos_helper.rb
index b9a6cab07a8..9865f7dfbef 100644
--- a/app/helpers/todos_helper.rb
+++ b/app/helpers/todos_helper.rb
@@ -163,7 +163,8 @@ module TodosHelper
{ id: '', text: 'Any Type' },
{ id: 'Issue', text: 'Issue' },
{ id: 'MergeRequest', text: 'Merge Request' },
- { id: 'DesignManagement::Design', text: 'Design' }
+ { id: 'DesignManagement::Design', text: 'Design' },
+ { id: 'AlertManagement::Alert', text: 'Alert' }
]
end