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:
Diffstat (limited to 'lib/gitlab/database_importers/work_items/base_type_importer.rb')
-rw-r--r--lib/gitlab/database_importers/work_items/base_type_importer.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/gitlab/database_importers/work_items/base_type_importer.rb b/lib/gitlab/database_importers/work_items/base_type_importer.rb
index 990fd53a370..000a1f50a92 100644
--- a/lib/gitlab/database_importers/work_items/base_type_importer.rb
+++ b/lib/gitlab/database_importers/work_items/base_type_importer.rb
@@ -20,7 +20,7 @@ module Gitlab
requirement_legacy: 'Requirement legacy',
test_reports: 'Test reports',
notifications: 'Notifications',
- current_user_todos: "Current user todos",
+ current_user_todos: 'Current user todos',
award_emoji: 'Award emoji',
linked_items: 'Linked items'
}.freeze
@@ -124,6 +124,7 @@ module Gitlab
:health_status,
:status,
:notifications,
+ :current_user_todos,
:award_emoji,
:linked_items
],
@@ -140,7 +141,8 @@ module Gitlab
:health_status,
:notifications,
:current_user_todos,
- :award_emoji
+ :award_emoji,
+ :linked_items
]
}.freeze