[Zope-Checkins] CVS: Zope2 - ObjectManager.py:1.82
Brian Lloyd
brian@korak.digicool.com
Thu, 4 Nov 1999 14:34:20 -0500
Update of /cvs-repository/Zope2/lib/python/OFS
In directory korak.digicool.com:/projects/sites/devzope/lib/python/OFS
Modified Files:
ObjectManager.py
Log Message:
Fixed a bug that caused _setObject to overwrite the Owner local role
whenever an object was moved or renamed. It now only tries to set the
Owner role if the current local roles are None (which should only be
the case for a new object). In all other cases (moves, copies, renames)
the existing local roles will be preserved and the 'Owner' role is not
updated.