diff options
| author | Imre Farkas <ifarkas@gitlab.com> | 2019-05-29 10:28:11 +0000 |
|---|---|---|
| committer | Yorick Peterse <yorickpeterse@gmail.com> | 2019-05-29 10:28:11 +0000 |
| commit | 80832062ff649e941874b650239662dbfbff8d04 (patch) | |
| tree | b9eaf61da26e7069a2d854c03348b6cd056ea0ec /lib/api/helpers | |
| parent | 328740c61327f20c18b43b5015d4411897a24c3c (diff) | |
| download | gitlab-ce-80832062ff649e941874b650239662dbfbff8d04.tar.gz | |
CE port of Move EE specific lines in API::Issues
Diffstat (limited to 'lib/api/helpers')
| -rw-r--r-- | lib/api/helpers/issues_helpers.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/api/helpers/issues_helpers.rb b/lib/api/helpers/issues_helpers.rb index fc66cec5341..5b7199fddb0 100644 --- a/lib/api/helpers/issues_helpers.rb +++ b/lib/api/helpers/issues_helpers.rb @@ -3,6 +3,14 @@ module API module Helpers module IssuesHelpers + extend Grape::API::Helpers + + params :optional_issue_params_ee do + end + + params :optional_issues_params_ee do + end + def self.update_params_at_least_one_of [ :assignee_id, |
