Commit fa98b5bd authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* empty list_action.

* configure url_columns so as not to make a link.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26562 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fa801a72
...@@ -322,6 +322,10 @@ ...@@ -322,6 +322,10 @@
<key> <string>alternate_name</string> </key> <key> <string>alternate_name</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>anchor</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
...@@ -424,7 +428,7 @@ ...@@ -424,7 +428,7 @@
</item> </item>
<item> <item>
<key> <string>list_action</string> </key> <key> <string>list_action</string> </key>
<value> <string>view</string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>list_method</string> </key> <key> <string>list_method</string> </key>
...@@ -438,6 +442,10 @@ ...@@ -438,6 +442,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
<value> <value>
...@@ -499,11 +507,22 @@ ...@@ -499,11 +507,22 @@
<value> <string>Property Criteria</string> </value> <value> <string>Property Criteria</string> </value>
</item> </item>
<item> <item>
<key> <string>url_columns</string> </key> <key> <string>untranslatable_columns</string> </key>
<value> <value>
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>url_columns</string> </key>
<value>
<list>
<tuple>
<string>property</string>
<string></string>
</tuple>
</list>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
...@@ -513,11 +532,8 @@ ...@@ -513,11 +532,8 @@
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="Method" module="Products.Formulator.MethodField"/>
<string>Products.Formulator.MethodField</string> <tuple/>
<string>Method</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
......
1163 1164
\ 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