auto_store_value => force_store_value
This commit is contained in:
parent
447c175b6a
commit
90999585fa
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ class Values(object):
|
|||
raise ValueError(_('invalid calculated value returned'
|
||||
' for option {0}: {1}').format(opt._name, value))
|
||||
if self.is_default_owner(opt) and \
|
||||
setting.has_property('auto_store_value', opt, False):
|
||||
setting.has_property('force_store_value', opt, False):
|
||||
self.setitem(opt, value)
|
||||
return value
|
||||
|
||||
|
|
Loading…
Reference in a new issue