@@ -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