Commit b0d76b1c authored by Jérome Perrin's avatar Jérome Perrin

don't use countFolder as count method, otherwise this report displays nothing

when there's no subdocument in context


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22455 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2e5ead7a
......@@ -16,6 +16,7 @@
<string>title</string>
<string>columns</string>
<string>list_method</string>
<string>count_method</string>
<string>selection_name</string>
</list>
</value>
......@@ -100,7 +101,7 @@
</value>
</item>
<item>
<key> <string>columns</string> </key>
<key> <string>columns</string> </key>
<value>
<list>
<tuple>
......@@ -138,6 +139,10 @@
</list>
</value>
</item>
<item>
<key> <string>count_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_list_mode_listbox</string> </value>
......@@ -155,7 +160,7 @@
<value> <string>ORGANISATION_LIST</string> </value>
</item>
<item>
<key> <string>list_method</string> </key>
<key> <string>list_method</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
......@@ -165,7 +170,7 @@
<value> <int>0</int> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
<key> <string>selection_name</string> </key>
<value> <string>person_detail_event_module_selection</string> </value>
</item>
<item>
......@@ -173,7 +178,7 @@
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string>Events</string> </value>
</item>
<item>
......
369
\ No newline at end of file
370
\ 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