diff app/views/timelog/show.api.rsb @ 1115:433d4f72a19b redmine-2.2

Update to Redmine SVN revision 11137 on 2.2-stable branch
author Chris Cannam
date Mon, 07 Jan 2013 12:01:42 +0000
parents 8661b858af72
children
line wrap: on
line diff
--- a/app/views/timelog/show.api.rsb	Wed Jun 27 14:54:18 2012 +0100
+++ b/app/views/timelog/show.api.rsb	Mon Jan 07 12:01:42 2013 +0000
@@ -9,4 +9,6 @@
   api.spent_on @time_entry.spent_on
   api.created_on @time_entry.created_on
   api.updated_on @time_entry.updated_on
+
+  render_api_custom_values @time_entry.custom_field_values, api
 end