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 @@
<key> <string>_keys</string> </key>
<value>
<list>
<string>uid</string>
<string>getResourceUid</string>
<string>getInventoriatedQuantity</string>
<string>getSourceUid</string>
<string>getDestinationUid</string>
<string>getSourceSectionUid</string>
<string>getDestinationSectionUid</string>
<string>isMovement</string>
<string>getSourcePaymentUid</string>
<string>getDestinationPaymentUid</string>
<string>getSourceFunctionUid</string>
<string>getDestinationFunctionUid</string>
<string>getSourceProjectUid</string>
<string>getDestinationProjectUid</string>
<string>getSimulationState</string>
<string>getSourceInventoriatedTotalAssetPrice</string>
<string>getDestinationInventoriatedTotalAssetPrice</string>
<string>getStartDate</string>
<string>getStopDate</string>
<string>isAccountable</string>
<string>getPortalType</string>
<string>getVariationText</string>
<string>getSubVariationText</string>
<string>uid</string>
<string>getResourceUid</string>
<string>getInventoriatedQuantity</string>
<string>getSourceUid</string>
<string>getDestinationUid</string>
<string>getSourceSectionUid</string>
<string>getDestinationSectionUid</string>
<string>isMovement</string>
<string>getSourcePaymentUid</string>
<string>getDestinationPaymentUid</string>
<string>getSourceFunctionUid</string>
<string>getDestinationFunctionUid</string>
<string>getSourceProjectUid</string>
<string>getDestinationProjectUid</string>
<string>getSimulationState</string>
<string>getSourceInventoriatedTotalAssetPrice</string>
<string>getDestinationInventoriatedTotalAssetPrice</string>
<string>getStartDate</string>
<string>getStopDate</string>
<string>isAccountable</string>
<string>getPortalType</string>
<string>getVariationText</string>
<string>getSubVariationText</string>
</list>
</value>
</item>
......
......@@ -261,6 +261,7 @@ ORDER BY\n
<dtml-var sort_on>\n
</dtml-if>\n
]]></string> </value>
</item>
</dictionary>
......
......@@ -45,7 +45,7 @@
<key> <string>_keys</string> </key>
<value>
<list>
<string>uid_list</string>
<string>uid_list</string>
</list>
</value>
</item>
......@@ -103,7 +103,6 @@
<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-if path>\n
UPDATE\n
record\n
SET\n
......@@ -112,7 +111,6 @@ WHERE\n
<dtml-in uid_list>\n
uid = <dtml-sqlvar sequence-item type="string"><dtml-if sequence-end><dtml-else> OR </dtml-if>\n
</dtml-in>\n
</dtml-if>\n
]]></string> </value>
......@@ -152,7 +150,6 @@ WHERE\n
<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-if path>\n
UPDATE\n
record\n
SET\n
......@@ -161,7 +158,6 @@ WHERE\n
<dtml-in uid_list>\n
uid = <dtml-sqlvar sequence-item type="string"><dtml-if sequence-end><dtml-else> OR </dtml-if>\n
</dtml-in>\n
</dtml-if>\n
]]></string> </value>
......
......@@ -56,8 +56,8 @@
<key> <string>_keys</string> </key>
<value>
<list>
<string>id_group</string>
<string>default</string>
<string>id_group</string>
<string>default</string>
</list>
</value>
</item>
......
......@@ -104,16 +104,16 @@
<key> <string>_keys</string> </key>
<value>
<list>
<string>selection</string>
<string>selection_domain</string>
<string>selection_report</string>
<string>where_expression</string>
<string>select_expression</string>
<string>group_by_expression</string>
<string>from_table_list</string>
<string>sort_on</string>
<string>limit_expression</string>
<string>search_mode</string>
<string>selection</string>
<string>selection_domain</string>
<string>selection_report</string>
<string>where_expression</string>
<string>select_expression</string>
<string>group_by_expression</string>
<string>from_table_list</string>
<string>sort_on</string>
<string>limit_expression</string>
<string>search_mode</string>
</list>
</value>
</item>
......
......@@ -45,7 +45,7 @@
<key> <string>_keys</string> </key>
<value>
<list>
<string>security_roles_list</string>
<string>security_roles_list</string>
</list>
</value>
</item>
......
31
\ No newline at end of file
32
\ 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