##// END OF EJS Templates
Fixed: error when exporting to PDF an issue list using a custom field filter....
Jean-Philippe Lang -
r449:907f906ec6e0
parent child
Show More
@@ -337,7 +337,7 class ProjectsController < ApplicationController
337 337 render :action => 'list_issues' and return unless @query.valid?
338 338
339 339 @issues = Issue.find :all, :order => sort_clause,
340 :include => [ :author, :status, :tracker, :priority ],
340 :include => [ :author, :status, :tracker, :priority, :custom_values ],
341 341 :conditions => @query.statement,
342 342 :limit => Setting.issues_export_limit
343 343
General Comments 0
You need to be logged in to leave comments. Login now