summaryrefslogtreecommitdiffstats
path: root/app/views/projects/index.api.rsb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/index.api.rsb')
-rw-r--r--app/views/projects/index.api.rsb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/index.api.rsb b/app/views/projects/index.api.rsb
index d309af241..03c7c0c77 100644
--- a/app/views/projects/index.api.rsb
+++ b/app/views/projects/index.api.rsb
@@ -8,6 +8,7 @@ api.array :projects, api_meta(:total_count => @project_count, :offset => @offset
api.parent(:id => project.parent.id, :name => project.parent.name) if project.parent && project.parent.visible?
api.status project.status
api.is_public project.is_public?
+ api.inherit_members project.inherit_members?
render_api_custom_values project.visible_custom_field_values, api
render_api_includes(project, api)