Commit 7c2c3d66 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Copy the objects before installing from BM

parent 617030e9
......@@ -820,6 +820,7 @@ class BusinessItem(Implicit, Persistent):
if self._sign == 1:
# install object
obj = self._value
obj = obj._getCopy(container)
container._setObject(object_id, obj)
obj = container._getOb(object_id)
obj.isIndexable = ConstantGetter('isIndexable', value=False)
......
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