Project

General

Profile

Defect #31287 » patch.diff

hyper loop, 2019-05-01 22:03

View differences:

app/controllers/wiki_controller.rb
301 301
  # Export wiki to a single pdf or html file
302 302
  def export
303 303
    @pages = @wiki.pages.
304
                      order('title').
304
                      order('lower(title)').
305 305
                      includes([:content, {:attachments => :author}]).
306 306
                      to_a
307 307
    respond_to do |format|
(2-2/5)