@@ -90,7 +90,7 class IssuesController < ApplicationController | |||
|
90 | 90 | |
|
91 | 91 | respond_to do |format| |
|
92 | 92 | format.html { render :template => 'issues/index.rhtml', :layout => !request.xhr? } |
|
93 |
format.api { |
|
|
93 | format.api { | |
|
94 | 94 | Issue.load_relations(@issues) if include_in_api_response?('relations') |
|
95 | 95 | } |
|
96 | 96 | format.atom { render_feed(@issues, :title => "#{@project || Setting.app_title}: #{l(:label_issue_plural)}") } |
General Comments 0
You need to be logged in to leave comments.
Login now