Andre Schubert wrote:
> after searching the soures if found a way the point of disaster.
> in TransparentFolderPatch i changed the line:
> if tpids and not self._v_no_transparent and name[:3] != '_p_' :
> to:
> if tpids and not self._v_no_transparent and name[:3] != '_p_' and
> name[-11:] != '_Permission':
> which means to me the if there is a TransparentFolder then don't acquire
> its Permissions only Acquire its Objects.
> Is this right or did i forgot something???

I see what you're saying.  It really ought to just use "name[:1] != '_'"
to cover all cases.  I've made the change and I'll test it for a few
days then release another version of TF.

Shane

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to