Commit 1e5ef10d authored by Yusei Tahara's avatar Yusei Tahara

2009-05-14 yusei

* Remove default tales expression from my_text_content field in Base_viewFieldLibrary. That used a CRM specific script.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26963 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f0477345
......@@ -135,9 +135,7 @@
</item>
<item>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -146,7 +144,7 @@
<item>
<key> <string>editable</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
......@@ -188,7 +186,7 @@
<item>
<key> <string>text_editor</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
......@@ -313,22 +311,6 @@
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.Event_getTextContentCorrespondToFormat(editable=not here.hasFile())</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
......@@ -344,7 +326,7 @@
</dictionary>
</pickle>
</record>
<record id="5" aka="AAAAAAAAAAU=">
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
......
2009-05-14 yusei
* Remove default tales expression from my_text_content field in Base_viewFieldLibrary. That used a CRM specific script.
2009-05-08 yusei
* Add a template field for Link Field to Base_viewFieldLibrary.
* Add template fields for Multi Checkbox Field and Input Button Field to Base_viewFieldLibrary.
......
1200
\ No newline at end of file
1201
\ 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