Commit 5b031746b1cda5680d6ab8db3ce7655cba2d34ae
1 parent
f834b0e4
Exists in
master
and in
29 other branches
ActionItem65: no protect yet
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@575 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
app/controllers/profile_admin/cms_controller.rb
... | ... | @@ -2,7 +2,9 @@ class CmsController < ComatoseAdminController |
2 | 2 | extend PermissionCheck |
3 | 3 | |
4 | 4 | define_option :page_class, Article |
5 | - protect [:edit, :new, :reorder, :delete], :post_content, :profile | |
5 | + | |
6 | + # not yet | |
7 | + # protect [:edit, :new, :reorder, :delete], :post_content, :profile | |
6 | 8 | |
7 | 9 | protected |
8 | 10 | def profile | ... | ... |