[Zope-dev] hmmm.. wierd permission issues with getPersistentItemIDs()...
Steve Spicklemire
steve@spvi.com
Mon, 14 Aug 2000 08:11:45 -0500 (EST)
Hi ZPatterns folks...
ZPatterns-0.4.1snap1
Zope2.2.0-src
I have a specialist with a defaultRack storing DataSkin subclassed
ZClass instances with only persistent attribute providers.
<dtml-var "defaultRack.getPersistentItemIDs()">
or
<dtml-in "defaultRack.getPersistentItemIDs()">
...
</dtml-in>
raise AuthorizationFailed
<dtml-in "defaultRack.getPersistentItemIDs()" sort>
...
</dtml-in>
works fine. What did I do now? ;-)
thanks for any ideas!
-steve