Commit 61ab32d6 authored by Mayoro Diagne's avatar Mayoro Diagne

2010-06-23 mayoro

* correct previous commit, use procedure_request instead of procedure

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36529 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2a248690
...@@ -209,7 +209,7 @@ module_object.EGov_setPermissionsOnEGovModule(procedure_request)\n ...@@ -209,7 +209,7 @@ module_object.EGov_setPermissionsOnEGovModule(procedure_request)\n
\n \n
# Allow anonymous procedure to login\n # Allow anonymous procedure to login\n
\n \n
if not procedure.getStepAuthentication():\n if not procedure_request.getStepAuthentication():\n
procedure_request.EGov_enableProcedureLogin(portal_type_name)\n procedure_request.EGov_enableProcedureLogin(portal_type_name)\n
</string> </value> </string> </value>
</item> </item>
...@@ -279,7 +279,6 @@ if not procedure.getStepAuthentication():\n ...@@ -279,7 +279,6 @@ if not procedure.getStepAuthentication():\n
<string>module_object</string> <string>module_object</string>
<string>portal_type_module_object</string> <string>portal_type_module_object</string>
<string>allowed_content_type_list</string> <string>allowed_content_type_list</string>
<string>procedure</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
2010-06-23 mayoro
* correct previous commit, use procedure_request instead of procedure
2010-06-22 mayoro 2010-06-22 mayoro
* Allow anonymous procedure to login * Allow anonymous procedure to login
* after captcha test use the desired portal_type to create new procedure (previous one was hardcoded) * after captcha test use the desired portal_type to create new procedure (previous one was hardcoded)
......
589 595
\ 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