Commit 4ef1a976 authored by Rafael Monnerat's avatar Rafael Monnerat

List Embedded File on WebPage_viewContentList

Now Embedded File is used at Web Page instead File and Image. This is just a fix on Portal type Lists.

File and Image were preserved to keep backward compatibility.
parent bce7c64d
......@@ -2,7 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
<global name="Base Type" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
......@@ -39,7 +39,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string>A Web Page is an HTML document which contains images and files.</string> </value>
<value> <string>A Web Page is an HTML document which could contains embedded files.</string> </value>
</item>
<item>
<key> <string>factory</string> </key>
......@@ -131,7 +131,9 @@
<dictionary>
<item>
<key> <string>domain_name</string> </key>
<value> <none/> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>property_name</string> </key>
......@@ -151,7 +153,9 @@
<dictionary>
<item>
<key> <string>domain_name</string> </key>
<value> <none/> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>property_name</string> </key>
......
......@@ -10,13 +10,13 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>lines</string>
<string>columns</string>
<string>selection_name</string>
<string>portal_types</string>
<string>editable_columns</string>
<string>lines</string>
<string>list_action</string>
<string>portal_types</string>
<string>selection_name</string>
<string>title</string>
</list>
</value>
</item>
......@@ -147,6 +147,10 @@
<string>File</string>
<string>File</string>
</tuple>
<tuple>
<string>Embedded File</string>
<string>Embedded File</string>
</tuple>
</list>
</value>
</item>
......
1075
\ No newline at end of file
1076
\ 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