Commit d7aab280 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Do not force to backup.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18056 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8f98d18c
......@@ -674,11 +674,11 @@ class ObjectTemplateItem(BaseTemplateItem):
for path in keys:
if update_dict.has_key(path) or force:
# get action for the oject
action = 'backup'
if not force:
action = update_dict[path]
if action == 'nothing':
continue
action = 'backup'
# get subobjects in path
path_list = path.split('/')
container_path = path_list[:-1]
......
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