[Zope-CMF] portal_metadata again...
Tres Seaver
tseaver@palladion.com
Wed, 13 Jun 2001 09:31:11 -0400
seb bacon wrote:
> It wasn't just me, though it's wierd that all the other people who
> were reporting this problem seemed to think it had been solved. I
> just spent ages tracking it down to a bad security declaration:
>
> http://www.zope.org/Products/PTK/Tracker/316 (patch included)
>
> Is there a reason why this wouldn't have broken CMF for some people,
> e.g. different versions of Zope security?
>
> seb
>
> * seb bacon <seb@jamkit.com> [010613 11:08]:
>
>>Is it just me, or does the cvs trunk CMF still refuse to recognise the
>>existence of portal_metadata when you're logged in as a Member?
Seb,
Your patch was in conflict with a set of changes I made last week
to fix the problem; when you check CVS ststus:
$ cd projects/CMF
$ cvs -nq up -AdP
do you see any flags indicating that CMFDefault/MetadataTool.py
is locally modified? Try moving it aside, and 'cvs up' again.
Tres.