Commit e0210c22 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

2011-02-22 Kazuhiko

* remove portal_type configuration from listbox of WebSection_viewAsWeb and WebSection_viewContent.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43674 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1d72e7a1
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
<string>hide_rows_on_no_search_criterion</string> <string>hide_rows_on_no_search_criterion</string>
<string>lines</string> <string>lines</string>
<string>list_method</string> <string>list_method</string>
<string>portal_types</string>
<string>search</string> <string>search</string>
<string>select</string> <string>select</string>
<string>selection_name</string> <string>selection_name</string>
...@@ -138,17 +137,6 @@ ...@@ -138,17 +137,6 @@
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value> </value>
</item> </item>
<item>
<key> <string>portal_types</string> </key>
<value>
<list>
<tuple>
<string>Web Page</string>
<string>Web Page</string>
</tuple>
</list>
</value>
</item>
<item> <item>
<key> <string>search</string> </key> <key> <string>search</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
...@@ -188,10 +176,7 @@ ...@@ -188,10 +176,7 @@
</record> </record>
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <global name="Method" module="Products.Formulator.MethodField"/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
<string>editable_columns</string> <string>editable_columns</string>
<string>list_action</string> <string>list_action</string>
<string>list_method</string> <string>list_method</string>
<string>portal_types</string>
<string>search</string> <string>search</string>
<string>select</string> <string>select</string>
<string>sort</string> <string>sort</string>
...@@ -148,21 +147,6 @@ ...@@ -148,21 +147,6 @@
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value> </value>
</item> </item>
<item>
<key> <string>portal_types</string> </key>
<value>
<list>
<tuple>
<string>Web Page</string>
<string>Web Page</string>
</tuple>
<tuple>
<string>Web Section</string>
<string>Web Section</string>
</tuple>
</list>
</value>
</item>
<item> <item>
<key> <string>search</string> </key> <key> <string>search</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
......
2011-02-22 Kazuhiko
* remove portal_type configuration from listbox of WebSection_viewAsWeb and WebSection_viewContent.
2010-10-08 kazuhiko 2010-10-08 kazuhiko
* no longer allow Access contents information and View for Anonymous, because there is no reason to allow anonymous users to access web_site_module itself. we should publish Web Site document if we want to publish it. * no longer allow Access contents information and View for Anonymous, because there is no reason to allow anonymous users to access web_site_module itself. we should publish Web Site document if we want to publish it.
......
1030 1031
\ 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