Commit 23e9bd51 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* Rename 'force_update' property to 'update_always'.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35698 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aecba228
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
<list> <list>
<string>listbox_int_index</string> <string>listbox_int_index</string>
<string>listbox_tested_property</string> <string>listbox_tested_property</string>
<string>listbox_force_update</string> <string>listbox_update_always</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -116,8 +116,8 @@ ...@@ -116,8 +116,8 @@
<string>Tested Property</string> <string>Tested Property</string>
</tuple> </tuple>
<tuple> <tuple>
<string>force_update</string> <string>update_always</string>
<string>Force Update</string> <string>Update</string>
</tuple> </tuple>
<tuple> <tuple>
<string>int_index</string> <string>int_index</string>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>listbox_force_update</string> </value> <value> <string>listbox_update_always</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
<string>my_collect_order_group</string> <string>my_collect_order_group</string>
<string>my_int_index</string> <string>my_int_index</string>
<string>my_tested_property_list</string> <string>my_tested_property_list</string>
<string>my_force_update</string> <string>my_update_always</string>
<string>my_divergence_scope</string> <string>my_divergence_scope</string>
</list> </list>
</value> </value>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_force_update</string> </value> <value> <string>my_update_always</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Force Update</string> </value> <value> <string>Update</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
2010-05-28 kazuhiko
* Rename 'force_update' property to 'update_always'.
2010-05-24 kazuhiko 2010-05-24 kazuhiko
* Improve activity dependencies for Delivery_updateAppliedRule, eg. delivery.activate(tag='(path)_updateAppliedRule', after_tag='(path)_expand').Delivery_updateAppliedRule(activate_kw={'tag':'(path)_expand'}) * Improve activity dependencies for Delivery_updateAppliedRule, eg. delivery.activate(tag='(path)_updateAppliedRule', after_tag='(path)_expand').Delivery_updateAppliedRule(activate_kw={'tag':'(path)_expand'})
......
762 763
\ No newline at end of file \ No newline at end of file
...@@ -32,8 +32,8 @@ class MovementGroup: ...@@ -32,8 +32,8 @@ class MovementGroup:
'type' : 'lines', 'type' : 'lines',
'default' : (), 'default' : (),
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'force_update', { 'id' : 'update_always',
'description' : 'Update always if enabled', 'description' : 'Update existing document always if enabled',
'type' : 'boolean', 'type' : 'boolean',
'mode' : 'w' }, 'mode' : 'w' },
) )
......
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