Commit 88aba261 authored by Fabien Morin's avatar Fabien Morin

the group is not needed now

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23766 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e89e758d
...@@ -69,10 +69,6 @@ if not context.isCaptchaTextCorrect(captcha_text):\n ...@@ -69,10 +69,6 @@ if not context.isCaptchaTextCorrect(captcha_text):\n
module = context.getDefaultModule(portal_type=\'Subscription Form\')\n module = context.getDefaultModule(portal_type=\'Subscription Form\')\n
form = module.newContent(portal_type=\'Subscription Form\')\n form = module.newContent(portal_type=\'Subscription Form\')\n
\n \n
# XXX this group is not good for a form\n
# but it\'s used for security on subscription form module\n
form.setGroup(\'dgid/di/cge\')\n
\n
web_site_url = context.getWebSiteValue().absolute_url()\n web_site_url = context.getWebSiteValue().absolute_url()\n
module_id = module.getId()\n module_id = module.getId()\n
new_object_id = form.getId()\n new_object_id = form.getId()\n
......
347 356
\ No newline at end of file \ 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