소스 검색

Eager-load authors.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10841 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.2.0
Jean-Philippe Lang 11 년 전
부모
커밋
46d27348fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      app/controllers/wiki_controller.rb

+ 1
- 1
app/controllers/wiki_controller.rb 파일 보기

@@ -284,7 +284,7 @@ class WikiController < ApplicationController

# Export wiki to a single pdf or html file
def export
@pages = @wiki.pages.all(:order => 'title', :include => [:content, :attachments])
@pages = @wiki.pages.all(:order => 'title', :include => [:content, {:attachments => :author}])
respond_to do |format|
format.html {
export = render_to_string :action => 'export_multiple', :layout => false

Loading…
취소
저장