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

Added keys for default destination


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3938 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 335a5564
......@@ -50,6 +50,8 @@
<item type="str">stock_sectionCategory | category/category_uid/z_related_section_uid_from_stock</item>
<item type="str">subordination_title | category,catalog/title/z_related_subordination</item>
<item type="str">variationCategory | category/category_uid/z_related_uid</item>
<item type="str">destination_section_title | category,catalog/title/z_related_default_destination</item>
<item type="str">default_destination_section_title | category,catalog/title/z_related_default_destination</item>
</property>
<property id="sql_catalog_request_keys" type="tuple">
</property>
......
<dtml-comment>
title:
connection_id:erp5_sql_connection
max_rows:0
max_cache:100
cache_time:0
class_name:
class_file:
</dtml-comment>
<params>table_0
table_1</params>
<dtml-var table_1>.uid = <dtml-var table_0>.category_uid
AND <dtml-var table_0>.base_category_uid = <dtml-var "portal_categories.destination_section.getUid()">
AND <dtml-var table_0>.uid = catalog.uid
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