Commit eee8b714 authored by Yusei Tahara's avatar Yusei Tahara

erp5_movement_table_catalog: Update related keys format.

parent bb4388a5
<dtml-var table_0>.uid = catalog.uid
AND <dtml-var table_0>.explanation_uid = <dtml-var table_1>.uid
AND <dtml-var table_1>.base_category_uid = <dtml-var "portal_categories.destination_section.getUid()">
AND <dtml-var table_1>.category_uid = <dtml-var table_2>.uid
<dtml-var table_0>.explanation_uid = <dtml-var table_1>.uid
<dtml-var RELATED_QUERY_SEPARATOR>
<dtml-var table_1>.base_category_uid = <dtml-var "portal_categories.destination_section.getUid()">
<dtml-var RELATED_QUERY_SEPARATOR>
<dtml-var table_1>.category_uid = <dtml-var table_2>.uid
AND
<dtml-var table_0>.uid = <dtml-var query_table>.uid
\ No newline at end of file
......@@ -6,15 +6,33 @@
</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
table_2</string> </value>
table_2\n
RELATED_QUERY_SEPARATOR=" AND "\n
query_table="catalog"</string> </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_id</string> </key>
<value> <string>cmf_activity_sql_connection</string> </value>
<value> <string>erp5_sql_connection</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......@@ -26,7 +44,7 @@ table_2</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
<value> <string>z_related_explanation_destination_section</string> </value>
</item>
</dictionary>
</pickle>
......
<dtml-var table_0>.uid = catalog.uid
AND <dtml-var table_0>.explanation_uid = <dtml-var table_1>.uid
AND <dtml-var table_1>.base_category_uid = <dtml-var "portal_categories.source_section.getUid()">
AND <dtml-var table_1>.category_uid = <dtml-var table_2>.uid
<dtml-var table_0>.explanation_uid = <dtml-var table_1>.uid
<dtml-var RELATED_QUERY_SEPARATOR>
<dtml-var table_1>.base_category_uid = <dtml-var "portal_categories.source_section.getUid()">
<dtml-var RELATED_QUERY_SEPARATOR>
<dtml-var table_1>.category_uid = <dtml-var table_2>.uid
AND
<dtml-var table_0>.uid = <dtml-var query_table>.uid
\ No newline at end of file
......@@ -6,15 +6,33 @@
</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
table_2</string> </value>
table_2\n
RELATED_QUERY_SEPARATOR=" AND "\n
query_table="catalog"</string> </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_id</string> </key>
<value> <string>cmf_activity_sql_connection</string> </value>
<value> <string>erp5_sql_connection</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......@@ -26,7 +44,7 @@ table_2</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
<value> <string>z_related_explanation_source_section</string> </value>
</item>
</dictionary>
</pickle>
......
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