Commit 1cc21fae authored by Yusei Tahara's avatar Yusei Tahara

2007-09-28 Yusei

* Add Web Message portal type for representing online forum posting or instant message.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16715 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 264dfb0a
......@@ -4,6 +4,7 @@
</portal_type>
<portal_type id="Event Module">
<item>Visit</item>
<item>Web Message</item>
<item>Letter</item>
<item>Note</item>
<item>Phone Call</item>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Type.ERP5Type</string>
<string>ERP5TypeInformation</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_actions</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>_aliases</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_roles</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>allowed_content_types</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>base_category_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>content_icon</string> </key>
<value> <string>event_icon.gif</string> </value>
</item>
<item>
<key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Event</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>An Web Message is an event which keeps the information about incoming or ougoing various online-communication except email.</string> </value>
</item>
<item>
<key> <string>factory</string> </key>
<value> <string>addEvent</string> </value>
</item>
<item>
<key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>delivery</string>
<string>event</string>
</tuple>
</value>
</item>
<item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Web Message</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
<value> <string>Event_init</string> </value>
</item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>property_sheet_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -39,4 +39,8 @@
<type>Visit</type>
<workflow>edit_workflow, event_interaction_workflow, event_workflow</workflow>
</chain>
<chain>
<type>Web Message</type>
<workflow>event_interaction_workflow, event_workflow, edit_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
2007-09-28 Yusei
* Add Web Message portal type for representing online forum posting or instant message.
2007-09-14 Yusei
* Fix to use activity for updating related event local roles.
......
116
\ No newline at end of file
118
\ No newline at end of file
......@@ -31,4 +31,7 @@ Support Request | new_event
Support Request | view
Visit | assessment
Visit | preview
Visit | view
\ No newline at end of file
Visit | view
Web Message | assessment
Web Message | preview
Web Message | view
\ No newline at end of file
......@@ -5,6 +5,7 @@ Event Module | Mail Message
Event Module | Note
Event Module | Phone Call
Event Module | Visit
Event Module | Web Message
Meeting Module | Meeting
Sale Opportunity Module | Sale Opportunity
Support Request Module | Support Request
\ No newline at end of file
......@@ -12,4 +12,5 @@ Sale Opportunity
Sale Opportunity Module
Support Request
Support Request Module
Visit
\ No newline at end of file
Visit
Web Message
\ No newline at end of file
......@@ -27,4 +27,7 @@ Support Request | ticket_interaction_workflow
Support Request | ticket_workflow
Visit | edit_workflow
Visit | event_interaction_workflow
Visit | event_workflow
\ No newline at end of file
Visit | event_workflow
Web Message | edit_workflow
Web Message | event_interaction_workflow
Web Message | event_workflow
\ 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