Commit 34dc081c authored by Łukasz Nowak's avatar Łukasz Nowak

- add start date to listbox columns to have more real-life like example of module view


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27407 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bb49d7b8
......@@ -350,6 +350,10 @@
<string>getQuantity</string>
<string>Quantity</string>
</tuple>
<tuple>
<string>start_date</string>
<string>Start Date</string>
</tuple>
</list>
</value>
</item>
......@@ -465,6 +469,10 @@
<key> <string>report_tree</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>row_css_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search</string> </key>
<value> <int>1</int> </value>
......@@ -503,23 +511,12 @@
<item>
<key> <string>stat_columns</string> </key>
<value>
<list>
<tuple>
<string>id</string>
<string>FooModule_statId</string>
</tuple>
<tuple>
<string>title</string>
<string>FooModule_statTitle</string>
</tuple>
</list>
<list/>
</value>
</item>
<item>
<key> <string>stat_method</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -575,20 +572,4 @@
</dictionary>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<tuple>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>portal_catalog</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
433
\ No newline at end of file
434
\ 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