Commit 0844f79f0665969fbaa230500d3477c812e44fa0
1 parent
aded0d1b
Exists in
master
and in
29 other branches
ActionItem64: '[No Filter]' as default filter
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@564 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
config/environment.rb
... | ... | @@ -81,6 +81,7 @@ Comatose.configure do |config| |
81 | 81 | config.admin_includes << :authenticated_system |
82 | 82 | config.admin_helpers << :application_helper |
83 | 83 | config.admin_helpers << :document_helper |
84 | + config.default_filter = '[No Filter]' | |
84 | 85 | end |
85 | 86 | Comatose::AdminController.design :holder => 'environment' |
86 | 87 | Comatose::AdminController.before_filter do |controller| | ... | ... |