diff app/views/timelog/index.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 cbce1fd3b1b7
children
line wrap: on
line diff
--- a/app/views/timelog/index.api.rsb	Wed Jun 27 14:54:18 2012 +0100
+++ b/app/views/timelog/index.api.rsb	Mon Jan 07 12:01:42 2013 +0000
@@ -11,6 +11,8 @@
       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
   end
 end