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>2024-01-04 18:20:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-04 18:20:28 +0300
commit7de116050af7a190085c01bbf819e48e708e8eb2 (patch)
tree5b4e18ac4c1bc801f530324c99676f5d286aadfa /app/models/work_items
parentac72b79188a14a28eafe55d32641f9939cf5d9c4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/work_items')
-rw-r--r--app/models/work_items/widget_definition.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/work_items/widget_definition.rb b/app/models/work_items/widget_definition.rb
index d187573ff55..2637a7c8185 100644
--- a/app/models/work_items/widget_definition.rb
+++ b/app/models/work_items/widget_definition.rb
@@ -33,7 +33,8 @@ module WorkItems
current_user_todos: 15,
award_emoji: 16,
linked_items: 17,
- color: 18 # EE-only
+ color: 18, # EE-only
+ rolledup_dates: 19 # EE-only
}
def self.available_widgets