Commit b4f4a616 authored by Jean-Paul Smets's avatar Jean-Paul Smets

*** empty log message ***


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1365 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 149da861
...@@ -1271,7 +1271,7 @@ class Base( CopyContainer, PortalContent, Base18, ActiveObject, ERP5PropertyMana ...@@ -1271,7 +1271,7 @@ class Base( CopyContainer, PortalContent, Base18, ActiveObject, ERP5PropertyMana
# Define local properties # Define local properties
if kw is not None: context.__dict__.update(kw) if kw is not None: context.__dict__.update(kw)
# Make it a temp content # Make it a temp content
temp_object = TempBase() temp_object = TempBase(self.getId())
for k in ('isIndexable', 'reindexObject', 'recursiveReindexObject', 'activate', 'setUid', ): for k in ('isIndexable', 'reindexObject', 'recursiveReindexObject', 'activate', 'setUid', ):
setattr(context, k, getattr(temp_object,k)) setattr(context, k, getattr(temp_object,k))
# Return result # Return result
......
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