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:
authorRobert Schilling <rschilling@student.tugraz.at>2016-06-10 13:24:38 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2016-07-01 11:49:34 +0300
commitf3abd18c9c7da9c53bea2f08c2326a15ba5948f3 (patch)
tree894908354ef48c79818412be6d9b1c872b8f28c8 /lib
parent39e6f504fcb8c6cab511a50cdefd76e821bfec17 (diff)
Add user to project to see todos
Diffstat (limited to 'lib')
-rw-r--r--lib/api/entities.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb
index 67d2c396b32..88f7fc7ff6c 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -276,7 +276,7 @@ module API
expose :id
expose :project, using: Entities::BasicProjectDetails
expose :author, using: Entities::UserBasic
- expose :action_name
+ #expose :action_name
expose :target_id
expose :target_type
expose :target_reference do |todo, options|