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 @@ ...@@ -53,7 +53,12 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <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_object = context\n
event_module = context.getPortalObject().getDefaultModule(respond_event_portal_type)\n event_module = context.getPortalObject().getDefaultModule(respond_event_portal_type)\n
# Create the outgoing\n # Create the outgoing\n
......
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <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> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
</item> </item>
<item> <item>
<key> <string>required</string> </key> <key> <string>required</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -267,18 +267,15 @@ ...@@ -267,18 +267,15 @@
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="TALESMethod" module="Products.Formulator.TALESField"/>
<string>Products.Formulator.TALESField</string> <tuple/>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -51,11 +51,8 @@ event_module?simulation_state=new&portal_type=%(portal_type)s&local_roles=%(loca ...@@ -51,11 +51,8 @@ event_module?simulation_state=new&portal_type=%(portal_type)s&local_roles=%(loca
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="Guard" module="Products.DCWorkflow.Guard"/>
<string>Products.DCWorkflow.Guard</string> <tuple/>
<string>Guard</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -65,6 +62,7 @@ event_module?simulation_state=new&portal_type=%(portal_type)s&local_roles=%(loca ...@@ -65,6 +62,7 @@ event_module?simulation_state=new&portal_type=%(portal_type)s&local_roles=%(loca
<value> <value>
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
<string>Assignee</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -74,17 +72,14 @@ event_module?simulation_state=new&portal_type=%(portal_type)s&local_roles=%(loca ...@@ -74,17 +72,14 @@ event_module?simulation_state=new&portal_type=%(portal_type)s&local_roles=%(loca
<record id="3" aka="AAAAAAAAAAM="> <record id="3" aka="AAAAAAAAAAM=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="PersistentMapping" module="Persistence.mapping"/>
<string>Persistence</string> <tuple/>
<string>PersistentMapping</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>_container</string> </key> <key> <string>data</string> </key>
<value> <value>
<dictionary> <dictionary>
<item> <item>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
</item> </item>
<item> <item>
<key> <string>actbox_name</string> </key> <key> <string>actbox_name</string> </key>
<value> <string>Validate</string> </value> <value> <string>Get Contacted</string> </value>
</item> </item>
<item> <item>
<key> <string>actbox_url</string> </key> <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 2008-09-26 yusei
* Fixed unauthorized error bug if deleted events exists. * Fixed unauthorized error bug if deleted events exists.
......
305 306
\ No newline at end of file \ 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