Commit 2385222e authored by Jérome Perrin's avatar Jérome Perrin

BusinessTemplate_viewCatalog doesn't use _list properties for displaying lines properties.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9573 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1af6f97c
......@@ -100,10 +100,10 @@
<key> <string>right</string> </key>
<value>
<list>
<string>my_template_catalog_full_text_key</string>
<string>my_template_catalog_request_key</string>
<string>my_template_catalog_multivalue_key</string>
<string>my_template_catalog_topic_key</string>
<string>my_template_catalog_full_text_key_list</string>
<string>my_template_catalog_request_key_list</string>
<string>my_template_catalog_multivalue_key_list</string>
<string>my_template_catalog_topic_key_list</string>
</list>
</value>
</item>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_template_catalog_full_text_key</string> </value>
<value> <string>my_template_catalog_full_text_key_list</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_template_catalog_multivalue_key</string> </value>
<value> <string>my_template_catalog_multivalue_key_list</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_template_catalog_request_key</string> </value>
<value> <string>my_template_catalog_request_key_list</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_template_catalog_topic_key</string> </value>
<value> <string>my_template_catalog_topic_key_list</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
46
\ No newline at end of file
47
\ 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