Commit ca9c12de authored by Fabien Morin's avatar Fabien Morin

* remove some unused log

* remove manager proxy role on EGov_goToDocument because it was not usefull

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24073 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d7fe35fa
......@@ -70,9 +70,6 @@ if application_number:\n
if document.getPortalType() == \'Subscription Form\':\n
if document.getValidationState() != \'draft\':\n
form_id=\'PDFDocument_viewAnonymousHistory\'\n
#keep_items = dict(application_number=application_number, __ac_password=pin_number)\n
\n
#form_id = \'subscription_form_module/%s/%s\' % (application_number, form_id)\n
return document.Base_redirect(form_id=form_id, keep_items=keep_items)\n
# Prepare message\n
msg = N_(\'Sorry, this document is not available\')\n
......@@ -92,9 +89,7 @@ return context.Base_redirect(form_id=\'view\', keep_items = {\'portal_status_mes
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
<tuple/>
</value>
</item>
<item>
......
381
\ No newline at end of file
379
\ 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