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 @@ ...@@ -232,28 +232,7 @@
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
<value> <value>
<list> <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>
</value> </value>
</item> </item>
<item> <item>
...@@ -342,7 +321,7 @@ ...@@ -342,7 +321,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -70,15 +70,19 @@ ...@@ -70,15 +70,19 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>base_category</string> </key> <key> <string>base_category</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>catalog_index</string> </key> <key> <string>catalog_index</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<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> <value> <string></string> </value>
</item> </item>
<item> <item>
...@@ -90,15 +94,17 @@ ...@@ -90,15 +94,17 @@
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string></string> </value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
</dictionary> </dictionary>
...@@ -168,24 +174,8 @@ ...@@ -168,24 +174,8 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>Mail Message</string> <string>Event</string>
<string>Mail Message</string> <string>Event</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>
</tuple> </tuple>
</list> </list>
</value> </value>
...@@ -204,4 +194,23 @@ ...@@ -204,4 +194,23 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </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> </ZopeData>
2007-09-11 Romain 2007-09-11 Romain
* Add Visit portal type * Add Visit portal type
* Remove hardcoded values
2007-09-11 Thierry 2007-09-11 Thierry
* Improve Ticket workflow (add worklists) * Improve Ticket workflow (add worklists)
......
91 93
\ 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