Commit 7446dc45 authored by Yusei Tahara's avatar Yusei Tahara

2008-09-26 yusei

* Fixed unauthorized error bug if deleted events exists.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23835 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 371470b5
......@@ -54,7 +54,7 @@
<item>
<key> <string>_body</string> </key>
<value> <string>portal = context.getPortalObject()\n
event_list = context.getFollowUpRelatedValueList(portal_type=portal.getPortalEventTypeList())\n
event_list = context.getFollowUpRelatedValueList(portal_type=portal.getPortalEventTypeList(), checked_permission=\'View\')\n
\n
\n
new_ticket = context.Base_createCloneDocument(form_id=None, clone=1, batch_mode=1)\n
......
2008-09-26 yusei
* Fixed unauthorized error bug if deleted events exists.
2008-9-25 yusei
* Update xml format.
......
301
\ No newline at end of file
302
\ 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