summaryrefslogtreecommitdiffstats
path: root/app/views/timelog/index.api.rsb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/timelog/index.api.rsb')
-rw-r--r--app/views/timelog/index.api.rsb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/timelog/index.api.rsb b/app/views/timelog/index.api.rsb
index d281e89b2..976714869 100644
--- a/app/views/timelog/index.api.rsb
+++ b/app/views/timelog/index.api.rsb
@@ -12,7 +12,7 @@ api.array :time_entries, api_meta(:total_count => @entry_count, :offset => @offs
api.created_on time_entry.created_on
api.updated_on time_entry.updated_on
- render_api_custom_values time_entry.custom_field_values, api
+ render_api_custom_values time_entry.visible_custom_field_values, api
end
end
end