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
path: root/lib
diff options
context:
space:
mode:
authorFrancisco Javier López <fjlopez@gitlab.com>2018-04-08 13:20:05 +0300
committerDouwe Maan <douwe@gitlab.com>2018-04-08 13:20:05 +0300
commit31dd86b636a42e251e346dd5207281fda99c413f (patch)
tree2dbb1c776e595e0975de374dee7eb02b65e939da /lib
parentdd552d06f6e39d5e6138a33bd7c1bffb2d3dbb1d (diff)
Projects and groups badges settings UI
Diffstat (limited to 'lib')
-rw-r--r--lib/api/badges.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/badges.rb b/lib/api/badges.rb
index 334948b2995..8ceffe9c5ef 100644
--- a/lib/api/badges.rb
+++ b/lib/api/badges.rb
@@ -127,6 +127,7 @@ module API
end
destroy_conditionally!(badge)
+ body false
end
end
end