Commit 2cfe90d6 authored by Sebastien Robin's avatar Sebastien Robin

- fixed condition in z_delete_recorded_object_list.

- xml format as changed a bit.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13026 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6980b03c
...@@ -177,29 +177,29 @@ ...@@ -177,29 +177,29 @@
<key> <string>_keys</string> </key> <key> <string>_keys</string> </key>
<value> <value>
<list> <list>
<string>uid</string> <string>uid</string>
<string>getResourceUid</string> <string>getResourceUid</string>
<string>getInventoriatedQuantity</string> <string>getInventoriatedQuantity</string>
<string>getSourceUid</string> <string>getSourceUid</string>
<string>getDestinationUid</string> <string>getDestinationUid</string>
<string>getSourceSectionUid</string> <string>getSourceSectionUid</string>
<string>getDestinationSectionUid</string> <string>getDestinationSectionUid</string>
<string>isMovement</string> <string>isMovement</string>
<string>getSourcePaymentUid</string> <string>getSourcePaymentUid</string>
<string>getDestinationPaymentUid</string> <string>getDestinationPaymentUid</string>
<string>getSourceFunctionUid</string> <string>getSourceFunctionUid</string>
<string>getDestinationFunctionUid</string> <string>getDestinationFunctionUid</string>
<string>getSourceProjectUid</string> <string>getSourceProjectUid</string>
<string>getDestinationProjectUid</string> <string>getDestinationProjectUid</string>
<string>getSimulationState</string> <string>getSimulationState</string>
<string>getSourceInventoriatedTotalAssetPrice</string> <string>getSourceInventoriatedTotalAssetPrice</string>
<string>getDestinationInventoriatedTotalAssetPrice</string> <string>getDestinationInventoriatedTotalAssetPrice</string>
<string>getStartDate</string> <string>getStartDate</string>
<string>getStopDate</string> <string>getStopDate</string>
<string>isAccountable</string> <string>isAccountable</string>
<string>getPortalType</string> <string>getPortalType</string>
<string>getVariationText</string> <string>getVariationText</string>
<string>getSubVariationText</string> <string>getSubVariationText</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -261,6 +261,7 @@ ORDER BY\n ...@@ -261,6 +261,7 @@ ORDER BY\n
<dtml-var sort_on>\n <dtml-var sort_on>\n
</dtml-if>\n </dtml-if>\n
]]></string> </value> ]]></string> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<key> <string>_keys</string> </key> <key> <string>_keys</string> </key>
<value> <value>
<list> <list>
<string>uid_list</string> <string>uid_list</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -103,7 +103,6 @@ ...@@ -103,7 +103,6 @@
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
<dtml-comment>Do not delete rows really, but just mark them as "played" to avoid dead locks</dtml-comment>\n <dtml-comment>Do not delete rows really, but just mark them as "played" to avoid dead locks</dtml-comment>\n
<dtml-if path>\n
UPDATE\n UPDATE\n
record\n record\n
SET\n SET\n
...@@ -112,7 +111,6 @@ WHERE\n ...@@ -112,7 +111,6 @@ WHERE\n
<dtml-in uid_list>\n <dtml-in uid_list>\n
uid = <dtml-sqlvar sequence-item type="string"><dtml-if sequence-end><dtml-else> OR </dtml-if>\n uid = <dtml-sqlvar sequence-item type="string"><dtml-if sequence-end><dtml-else> OR </dtml-if>\n
</dtml-in>\n </dtml-in>\n
</dtml-if>\n
]]></string> </value> ]]></string> </value>
...@@ -152,7 +150,6 @@ WHERE\n ...@@ -152,7 +150,6 @@ WHERE\n
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
<dtml-comment>Do not delete rows really, but just mark them as "played" to avoid dead locks</dtml-comment>\n <dtml-comment>Do not delete rows really, but just mark them as "played" to avoid dead locks</dtml-comment>\n
<dtml-if path>\n
UPDATE\n UPDATE\n
record\n record\n
SET\n SET\n
...@@ -161,7 +158,6 @@ WHERE\n ...@@ -161,7 +158,6 @@ WHERE\n
<dtml-in uid_list>\n <dtml-in uid_list>\n
uid = <dtml-sqlvar sequence-item type="string"><dtml-if sequence-end><dtml-else> OR </dtml-if>\n uid = <dtml-sqlvar sequence-item type="string"><dtml-if sequence-end><dtml-else> OR </dtml-if>\n
</dtml-in>\n </dtml-in>\n
</dtml-if>\n
]]></string> </value> ]]></string> </value>
......
...@@ -56,8 +56,8 @@ ...@@ -56,8 +56,8 @@
<key> <string>_keys</string> </key> <key> <string>_keys</string> </key>
<value> <value>
<list> <list>
<string>id_group</string> <string>id_group</string>
<string>default</string> <string>default</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -104,16 +104,16 @@ ...@@ -104,16 +104,16 @@
<key> <string>_keys</string> </key> <key> <string>_keys</string> </key>
<value> <value>
<list> <list>
<string>selection</string> <string>selection</string>
<string>selection_domain</string> <string>selection_domain</string>
<string>selection_report</string> <string>selection_report</string>
<string>where_expression</string> <string>where_expression</string>
<string>select_expression</string> <string>select_expression</string>
<string>group_by_expression</string> <string>group_by_expression</string>
<string>from_table_list</string> <string>from_table_list</string>
<string>sort_on</string> <string>sort_on</string>
<string>limit_expression</string> <string>limit_expression</string>
<string>search_mode</string> <string>search_mode</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<key> <string>_keys</string> </key> <key> <string>_keys</string> </key>
<value> <value>
<list> <list>
<string>security_roles_list</string> <string>security_roles_list</string>
</list> </list>
</value> </value>
</item> </item>
......
31 32
\ No newline at end of file \ No newline at end of file
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