Commit 48a84fbf authored by Boris Kocherov's avatar Boris Kocherov

erp5_ingestion_mysql_innodb_catalog: add reference as default value for catalog url_string

parent 7a04c780
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<dtml-in prefix="loop" expr="email_list"> <dtml-in prefix="loop" expr="email_list">
( (
<dtml-sqlvar expr="uid[loop_item]" type="int">, <dtml-sqlvar expr="uid[loop_item]" type="int">,
<dtml-sqlvar expr="getUrlString[loop_item]" type="string" optional> <dtml-sqlvar expr="getUrlString[loop_item] or getReference[loop_item]" type="string" optional>
) )
<dtml-if sequence-end><dtml-else>,</dtml-if> <dtml-if sequence-end><dtml-else>,</dtml-if>
</dtml-in> </dtml-in>
......
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>arguments_src</string> </key> <key> <string>arguments_src</string> </key>
<value> <string>uid\r\n <value> <string>uid\n
getUrlString\r\n getUrlString\n
getPortalType</string> </value> getReference</string> </value>
</item> </item>
<item> <item>
<key> <string>connection_id</string> </key> <key> <string>connection_id</string> </key>
......
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