Commit 451f5f0e authored by Yusei Tahara's avatar Yusei Tahara

2008-1-8 Yusei

* Removed Conference portal type from follow_up field. It does not exists now.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18630 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aff491c0
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Form.RelationField</string>
<string>RelationStringField</string>
</tuple>
<none/>
<global name="RelationStringField" module="Products.ERP5Form.RelationField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -487,10 +484,6 @@
<string>Project</string>
<string>Project</string>
</tuple>
<tuple>
<string>Conference</string>
<string>Conference</string>
</tuple>
</list>
</value>
</item>
......@@ -541,18 +534,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:here.Base_getRelatedObjectTitle(\'follow_up\')</string> </value>
<value> <string>python:here.Base_getRelatedObjectTitle(\'follow_up\', portal_type_list=[i[0] for i in field.get_value(\'portal_type\')])</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -2,6 +2,7 @@
* Added another follow_up field relate
document to person and organisation
in several document view forms.
* Removed Conference portal type from follow_up field. It does not exists now.
2007-12-21 Yusei
* Refactored ingestion system. Please use revision 18459 or newer of ERP5 and ERP5OOo.
......
792
\ No newline at end of file
793
\ 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