##// END OF EJS Templates
Preload authors for /issues API calls....
Jean-Philippe Lang -
r12637:411ddaf70119
parent child
Show More
@@ -69,6 +69,7 class IssuesController < ApplicationController
69 69 @limit = Setting.feeds_limit.to_i
70 70 when 'xml', 'json'
71 71 @offset, @limit = api_offset_and_limit
72 @query.column_names = %w(author)
72 73 else
73 74 @limit = per_page_option
74 75 end
General Comments 0
You need to be logged in to leave comments. Login now