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 @@ ...@@ -2,7 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> <global name="Base Type" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <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>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
...@@ -131,7 +131,9 @@ ...@@ -131,7 +131,9 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>domain_name</string> </key> <key> <string>domain_name</string> </key>
<value> <none/> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>property_name</string> </key> <key> <string>property_name</string> </key>
...@@ -151,7 +153,9 @@ ...@@ -151,7 +153,9 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>domain_name</string> </key> <key> <string>domain_name</string> </key>
<value> <none/> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>property_name</string> </key> <key> <string>property_name</string> </key>
......
...@@ -10,13 +10,13 @@ ...@@ -10,13 +10,13 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>title</string>
<string>lines</string>
<string>columns</string> <string>columns</string>
<string>selection_name</string>
<string>portal_types</string>
<string>editable_columns</string> <string>editable_columns</string>
<string>lines</string>
<string>list_action</string> <string>list_action</string>
<string>portal_types</string>
<string>selection_name</string>
<string>title</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -147,6 +147,10 @@ ...@@ -147,6 +147,10 @@
<string>File</string> <string>File</string>
<string>File</string> <string>File</string>
</tuple> </tuple>
<tuple>
<string>Embedded File</string>
<string>Embedded File</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
......
1075 1076
\ 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