Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xiaowu Zhang
erp5
Commits
eee8b714
Commit
eee8b714
authored
Mar 07, 2019
by
Yusei Tahara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_movement_table_catalog: Update related keys format.
parent
bb4388a5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
56 additions
and
14 deletions
+56
-14
bt5/erp5_movement_table_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_explanation_destination_section.sql
...ysql_innodb/z_related_explanation_destination_section.sql
+7
-4
bt5/erp5_movement_table_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_explanation_destination_section.xml
...ysql_innodb/z_related_explanation_destination_section.xml
+21
-3
bt5/erp5_movement_table_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_explanation_source_section.sql
...rp5_mysql_innodb/z_related_explanation_source_section.sql
+7
-4
bt5/erp5_movement_table_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_explanation_source_section.xml
...rp5_mysql_innodb/z_related_explanation_source_section.xml
+21
-3
No files found.
bt5/erp5_movement_table_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_explanation_destination_section.sql
View file @
eee8b714
<
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
bt5/erp5_movement_table_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_explanation_destination_section.xml
View file @
eee8b714
...
...
@@ -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>
...
...
bt5/erp5_movement_table_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_explanation_source_section.sql
View file @
eee8b714
<
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
bt5/erp5_movement_table_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_explanation_source_section.xml
View file @
eee8b714
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment