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 @@ ...@@ -16,6 +16,7 @@
<string>title</string> <string>title</string>
<string>columns</string> <string>columns</string>
<string>list_method</string> <string>list_method</string>
<string>count_method</string>
<string>selection_name</string> <string>selection_name</string>
</list> </list>
</value> </value>
...@@ -100,7 +101,7 @@ ...@@ -100,7 +101,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -138,6 +139,10 @@ ...@@ -138,6 +139,10 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>count_method</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_list_mode_listbox</string> </value> <value> <string>my_list_mode_listbox</string> </value>
...@@ -155,7 +160,7 @@ ...@@ -155,7 +160,7 @@
<value> <string>ORGANISATION_LIST</string> </value> <value> <string>ORGANISATION_LIST</string> </value>
</item> </item>
<item> <item>
<key> <string>list_method</string> </key> <key> <string>list_method</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value> </value>
...@@ -165,7 +170,7 @@ ...@@ -165,7 +170,7 @@
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>person_detail_event_module_selection</string> </value> <value> <string>person_detail_event_module_selection</string> </value>
</item> </item>
<item> <item>
...@@ -173,7 +178,7 @@ ...@@ -173,7 +178,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Events</string> </value> <value> <string>Events</string> </value>
</item> </item>
<item> <item>
......
369 370
\ 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