Commit 76e82e5e authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_mysql_innodb_catalog: Add child_strict_aggregate_uid related key

parent 0054c3e3
<dtml-var table_0>.uid = <dtml-var table_1>.uid
<dtml-var RELATED_QUERY_SEPARATOR>
<dtml-var table_1>.base_category_uid = <dtml-var "portal_categories.aggregate.getUid()">
AND <dtml-var table_1>.category_strict_membership = 1
AND <dtml-var table_0>.uid = <dtml-var table_1>.uid
AND <dtml-var table_0>.parent_uid = <dtml-var query_table>.uid
\ No newline at end of file
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="SQL Method" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>allow_simple_one_argument_traversal</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>arguments_src</string> </key>
<value> <string>table_0\n
table_1\n
RELATED_QUERY_SEPARATOR=" AND "\n
query_table="catalog"</string> </value>
</item>
<item>
<key> <string>cache_time_</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>class_file_</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>class_name_</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>connection_hook</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>connection_id</string> </key>
<value> <string>erp5_sql_connection</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>z_related_child_strict_aggregate_category</string> </value>
</item>
<item>
<key> <string>max_cache_</string> </key>
<value> <int>100</int> </value>
</item>
<item>
<key> <string>max_rows_</string> </key>
<value> <int>1000</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>SQL Method</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>z_related_child_strict_aggregate_category</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -4,6 +4,7 @@
<key>career_skill_title | category,catalog,catalog/title/z_related_career_skill</key>
<key>causality_translated_portal_type | category,catalog,translation/translated_message/z_related_translated_causality_portal_type</key>
<key>child_aggregate_relative_url | catalog,category,catalog/relative_url/z_related_child_aggregate</key>
<key>child_strict_aggregate_uid | catalog,category/category_uid/z_related_child_strict_aggregate_category</key>
<key>children_reference | catalog/reference/z_related_children</key>
<key>deliveryLineType | stock,catalog/portal_type/z_related_uid_or_parent_uid</key>
<key>explanation_portal_type | stock,catalog/portal_type/z_related_explanation</key>
......
......@@ -84,6 +84,7 @@ erp5_mysql_innodb/z_record_object_list
erp5_mysql_innodb/z_related_base_category_id
erp5_mysql_innodb/z_related_career_skill
erp5_mysql_innodb/z_related_child_aggregate
erp5_mysql_innodb/z_related_child_strict_aggregate_category
erp5_mysql_innodb/z_related_children
erp5_mysql_innodb/z_related_explanation
erp5_mysql_innodb/z_related_explanation_from_stock
......
......@@ -54,6 +54,7 @@ translated_causality_state | translation/translated_message/z_related_translated
translated_causality_state_title | translation/translated_message/z_related_translated_causality_state_title
metric_type_uid | measure/metric_type_uid/z_related_metric_type
child_aggregate_relative_url | catalog,category,catalog/relative_url/z_related_child_aggregate
child_strict_aggregate_uid | catalog,category/category_uid/z_related_child_strict_aggregate_category
children_reference | catalog/reference/z_related_children
related_resource_from_use_category_uid | category,category/category_uid/z_related_resource_from_use
stock_funding_category_strict_membership_uid | category/category_uid/z_related_strict_membership_funding_uid_from_stock
......
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