Commit cdf1a80d authored by Romain Courteaud's avatar Romain Courteaud

2007-09-11 Romain

* Remove hardcoded values

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16253 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f0eac544
......@@ -232,28 +232,7 @@
<item>
<key> <string>portal_types</string> </key>
<value>
<list>
<tuple>
<string>Mail Message</string>
<string>Email</string>
</tuple>
<tuple>
<string>Phone Call</string>
<string>Phone Call</string>
</tuple>
<tuple>
<string>Fax Message</string>
<string>Fax</string>
</tuple>
<tuple>
<string>Letter</string>
<string>Letter</string>
</tuple>
<tuple>
<string>Note</string>
<string>Note</string>
</tuple>
</list>
<list/>
</value>
</item>
<item>
......@@ -342,7 +321,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:map(lambda x: (x, here.Localizer.erp5_ui.gettext(x)), here.getPortalEventTypeList())</string> </value>
<value> <string>python: [(x, x) for x in here.getPortalEventTypeList()]</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -70,15 +70,19 @@
<value>
<dictionary>
<item>
<key> <string>base_category</string> </key>
<key> <string>base_category</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>catalog_index</string> </key>
<key> <string>catalog_index</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<key> <string>columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
......@@ -90,15 +94,17 @@
<value> <string></string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string></string> </value>
<key> <string>portal_type</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
......@@ -168,24 +174,8 @@
<value>
<list>
<tuple>
<string>Mail Message</string>
<string>Mail Message</string>
</tuple>
<tuple>
<string>Fax Message</string>
<string>Fax Message</string>
</tuple>
<tuple>
<string>Letter</string>
<string>Letter</string>
</tuple>
<tuple>
<string>Phone Call</string>
<string>Phone Call</string>
</tuple>
<tuple>
<string>Note</string>
<string>Note</string>
<string>Event</string>
<string>Event</string>
</tuple>
</list>
</value>
......@@ -204,4 +194,23 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x, x) for x in here.getPortalEventTypeList()]</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2007-09-11 Romain
* Add Visit portal type
* Remove hardcoded values
2007-09-11 Thierry
* Improve Ticket workflow (add worklists)
......
91
\ No newline at end of file
93
\ 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