Commit e754c612 authored by Ivan Tyagov's avatar Ivan Tyagov

Create pads by default *if* user is allowed to (from security point of view).

parent bb0d3b62
......@@ -69,7 +69,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<div tal:define="force_anonymous python:context.getLayoutProperty(\'layout_force_anonymous_gadget\',False)"\n
tal:content="structure python: here.ERP5Site_viewHomeAreaRenderer(mode=\'web_front\', \n
default_pad_group=\'\',\n
create_default_pad=not force_anonymous, \n
create_default_pad=1, \n
make_security_check=True,\n
use_anonymous_knowledge_pad=force_anonymous)"\n
class="draggable_wrapper"/>\n
......
1872
\ No newline at end of file
1873
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment