Commit 99a63e41 authored by Romain Courteaud's avatar Romain Courteaud

None value is not supported as tag value by CMFActivity.

Use empty string instead.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24429 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 869a8fff
...@@ -65,7 +65,7 @@ context.Alarm_checkCatalogTable(active_process=\'/\'.join(active_process.getPhys ...@@ -65,7 +65,7 @@ context.Alarm_checkCatalogTable(active_process=\'/\'.join(active_process.getPhys
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>fixit=0, tag=None</string> </value> <value> <string>fixit=0, tag=\'\'</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -109,7 +109,7 @@ context.Alarm_checkCatalogTable(active_process=\'/\'.join(active_process.getPhys ...@@ -109,7 +109,7 @@ context.Alarm_checkCatalogTable(active_process=\'/\'.join(active_process.getPhys
<value> <value>
<tuple> <tuple>
<int>0</int> <int>0</int>
<none/> <string></string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>bundle_object_count=100, bundle_offset=0, active_process=None, tag=None</string> </value> <value> <string>bundle_object_count=100, bundle_offset=0, active_process=None, tag=\'\'</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
<int>100</int> <int>100</int>
<int>0</int> <int>0</int>
<none/> <none/>
<none/> <string></string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -185,7 +185,7 @@ if len(current_catalog_uid_list)>0:\n ...@@ -185,7 +185,7 @@ if len(current_catalog_uid_list)>0:\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>bundle_object_count=100, catalog_uid_list=None, property_override_method_id=None, active_process=None, activity_count=1, get_from_catalog=1, initial_activity_count=None, uid_min=None, tag=None, **kw</string> </value> <value> <string>bundle_object_count=100, catalog_uid_list=None, property_override_method_id=None, active_process=None, activity_count=1, get_from_catalog=1, initial_activity_count=None, uid_min=None, tag=\'\', **kw</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -280,7 +280,7 @@ if len(current_catalog_uid_list)>0:\n ...@@ -280,7 +280,7 @@ if len(current_catalog_uid_list)>0:\n
<int>1</int> <int>1</int>
<none/> <none/>
<none/> <none/>
<none/> <string></string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
6 8
\ 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