##// END OF EJS Templates
associations loading correction in projects/export_issues_pdf...
Jean-Philippe Lang -
r230:4ff7b395dd7a
parent child
Show More
@@ -313,7 +313,7 class ProjectsController < ApplicationController
313 313 render :action => 'list_issues' and return unless @query.valid?
314 314
315 315 @issues = Issue.find :all, :order => sort_clause,
316 :include => [ :author, :status, :tracker, :project, :custom_values ],
316 :include => [ :author, :status, :tracker, :priority ],
317 317 :conditions => @query.statement,
318 318 :limit => 500
319 319
General Comments 0
You need to be logged in to leave comments. Login now