Manage Uploaded Files
Allow alternate sort-orders (by filename, by date). Restrict to files in the given Web.
This commit is contained in:
parent
1d3f7007c6
commit
b74d298196
4 changed files with 28 additions and 14 deletions
|
@ -134,8 +134,8 @@ class AdminController < ApplicationController
|
|||
flash[:info] = "File(s) successfully deleted." if some_deleted
|
||||
else
|
||||
flash[:error] = password_error(params['system_password'])
|
||||
end
|
||||
redirect_to :controller => 'wiki', :web => @web_name, :action => 'file_list'
|
||||
end
|
||||
redirect_to :back
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue