fixes #1391
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class PoolVersionsController < ApplicationController
|
||||
respond_to :html, :xml, :js
|
||||
respond_to :html, :xml, :json
|
||||
|
||||
def index
|
||||
if params[:search] && params[:search][:pool_id].present?
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class WikiPageVersionsController < ApplicationController
|
||||
respond_to :json, :html, :xml
|
||||
respond_to :html, :xml, :json
|
||||
|
||||
def index
|
||||
@wiki_page_versions = WikiPageVersion.search(params[:search]).order("id desc").paginate(params[:page], :search_count => params[:search])
|
||||
|
||||
Reference in New Issue
Block a user