Commit 1289bbca authored by Yusei Tahara's avatar Yusei Tahara

2008-10-1 yusei

* Added comment to Event_createRespondEvent.
* Changed label message on acknowledge action dialog.
* Changed action box name title of validate_action transition on sale_opportunity_workflow.
* Description field on Ticket_viewNewEventDialog is not required now.
* Assignee can see the new incoming event worklist.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23935 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cc1e236e
......@@ -53,7 +53,12 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string># this script allows to create a new follow up ticket for a given event\n
<value> <string>"""\n
TODO: This script does not work now. This needs proxy role, but if proxified, then this script can be a security hole.\n
Because anyone can create an email and send to everywhere. (Yusei)\n
"""\n
\n
# this script allows to create a new follow up ticket for a given event\n
event_object = context\n
event_module = context.getPortalObject().getDefaultModule(respond_event_portal_type)\n
# Create the outgoing\n
......
......@@ -160,7 +160,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Create an event follow up current ticket</string> </value>
<value> <string>Create a New Event for Reply</string> </value>
</item>
</dictionary>
</value>
......
......@@ -256,7 +256,7 @@
</item>
<item>
<key> <string>required</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -267,18 +267,15 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:map(lambda x: (here.Localizer.erp5_ui.gettext(x), x), here.getPortalEventTypeList())</string> </value>
<value> <string>python:map(lambda x: (here.Base_translateString(x), x), here.getPortalEventTypeList())</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -51,11 +51,8 @@ event_module?simulation_state=new&portal_type=%(portal_type)s&local_roles=%(loca
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.DCWorkflow.Guard</string>
<string>Guard</string>
</tuple>
<none/>
<global name="Guard" module="Products.DCWorkflow.Guard"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -65,6 +62,7 @@ event_module?simulation_state=new&portal_type=%(portal_type)s&local_roles=%(loca
<value>
<tuple>
<string>Assignor</string>
<string>Assignee</string>
</tuple>
</value>
</item>
......@@ -74,17 +72,14 @@ event_module?simulation_state=new&portal_type=%(portal_type)s&local_roles=%(loca
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Persistence</string>
<string>PersistentMapping</string>
</tuple>
<none/>
<global name="PersistentMapping" module="Persistence.mapping"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_container</string> </key>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string>Validate</string> </value>
<value> <string>Get Contacted</string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
......
2008-10-1 yusei
* Added comment to Event_createRespondEvent.
* Changed label message on acknowledge action dialog.
* Changed action box name title of validate_action transition on sale_opportunity_workflow.
* Description field on Ticket_viewNewEventDialog is not required now.
* Assignee can see the new incoming event worklist.
2008-09-26 yusei
* Fixed unauthorized error bug if deleted events exists.
......
305
\ No newline at end of file
306
\ 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