diff options
author | Michael Kozono <mkozono@gmail.com> | 2019-02-25 12:42:34 -0800 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2019-02-25 12:42:34 -0800 |
commit | e95b88a06d673ff95792d5c7d3934c88051691d9 (patch) | |
tree | c61f4999efb0100b9df7d2c9ece7002903235ac5 /lib | |
parent | 0b0a04fdf7ba31975407daa978f6f8f7c2f8bb3e (diff) | |
download | gitlab-ce-e95b88a06d673ff95792d5c7d3934c88051691d9.tar.gz |
Revert "Merge branch 'filter-confidential-issues' into 'master'"
This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing
changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/api/issues.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api/issues.rb b/lib/api/issues.rb index f43f4d961d6..94ed9ac6fb1 100644 --- a/lib/api/issues.rb +++ b/lib/api/issues.rb @@ -54,7 +54,6 @@ module API optional :scope, type: String, values: %w[created-by-me assigned-to-me created_by_me assigned_to_me all], desc: 'Return issues for the given scope: `created_by_me`, `assigned_to_me` or `all`' optional :my_reaction_emoji, type: String, desc: 'Return issues reacted by the authenticated user by the given emoji' - optional :confidential, type: Boolean, desc: 'Filter confidential or public issues' use :pagination use :issues_params_ee |