Commit 44991fbb authored by Thierry's avatar Thierry

2007-09-14 Thierry

* Add missing portal type actions

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16365 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 07f367ab
......@@ -81,7 +81,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/Meeting_view</string> </value>
<value> <string>string:${object_url}/Ticket_view</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -69,14 +69,14 @@
<item>
<key> <string>_body</string> </key>
<value> <string># this script allows to create a new follow up ticket for a given event\n
evnet = context\n
ticket_module = context.getPortalObject().getDefaultModule(follow_up_ticket_type)\n
event = context\n
ticket_module = event.getPortalObject().getDefaultModule(follow_up_ticket_type)\n
\n
# Create a new object\n
new_object = ticket_module.newContent(\n
portal_type=follow_up_ticket_type,\n
title=follow_up_ticket_title,\n
destination_decision_list=event_object.getSourceList()\n
destination_decision_list=event.getSourceList()\n
)\n
\n
# Now create the relation between the event object and the new follow up ticket\n
......@@ -132,12 +132,10 @@ event.setFollowUpValueList([new_object])\n
<string>follow_up_ticket_title</string>
<string>follow_up_ticket_type</string>
<string>context</string>
<string>evnet</string>
<string>event</string>
<string>_getattr_</string>
<string>ticket_module</string>
<string>event_object</string>
<string>new_object</string>
<string>event</string>
</tuple>
</value>
</item>
......
2007-09-14 Thierry
* Add missing portal type actions
2007-09-11 Yusei
* Add two interaction workflows for ticket and event to update local roles after editing.
......@@ -7,7 +10,6 @@
2007-09-11 Thierry
* Improve Ticket workflow (add worklists)
* Add missing portal type actions
2007-09-10 Thierry
* Improve Event workflow
......
100
\ No newline at end of file
101
\ No newline at end of file
......@@ -13,17 +13,21 @@ Mail Message | assessment
Mail Message | preview
Mail Message | view
Meeting Module | view
Meeting | new_event
Meeting | view
Note | assessment
Note | preview
Note | view
Person Module | create_event_list
Phone Call | assessment
Phone Call | preview
Phone Call | view
Preference | crm_preference
Sale Opportunity Module | view
Sale Opportunity | new_event
Sale Opportunity | view
Support Request Module | view
Support Request | new_event
Support Request | view
Visit | assessment
Visit | preview
......
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