From f64a639bcfa1fc2bc89ca7db268f594306edfd7c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 16 Mar 2021 18:18:33 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-10-stable-ee --- app/graphql/types/issue_sort_enum.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/graphql/types/issue_sort_enum.rb') diff --git a/app/graphql/types/issue_sort_enum.rb b/app/graphql/types/issue_sort_enum.rb index 08762264b1b..bf900fe3525 100644 --- a/app/graphql/types/issue_sort_enum.rb +++ b/app/graphql/types/issue_sort_enum.rb @@ -5,11 +5,11 @@ module Types graphql_name 'IssueSort' description 'Values for sorting issues' - value 'DUE_DATE_ASC', 'Due date by ascending order', value: :due_date_asc - value 'DUE_DATE_DESC', 'Due date by descending order', value: :due_date_desc - value 'RELATIVE_POSITION_ASC', 'Relative position by ascending order', value: :relative_position_asc - value 'SEVERITY_ASC', 'Severity from less critical to more critical', value: :severity_asc - value 'SEVERITY_DESC', 'Severity from more critical to less critical', value: :severity_desc + value 'DUE_DATE_ASC', 'Due date by ascending order.', value: :due_date_asc + value 'DUE_DATE_DESC', 'Due date by descending order.', value: :due_date_desc + value 'RELATIVE_POSITION_ASC', 'Relative position by ascending order.', value: :relative_position_asc + value 'SEVERITY_ASC', 'Severity from less critical to more critical.', value: :severity_asc + value 'SEVERITY_DESC', 'Severity from more critical to less critical.', value: :severity_desc end end -- cgit v1.2.3