[Zope-CMF] Portal Topic is not a content type

Tres Seaver tseaver@palladion.com
Thu, 14 Jun 2001 07:06:28 -0400


Renato Ramonda wrote:

> Hi, maybe is just me being dumb, but I can't figure why
> I get this error:
> 
> Error Type: ValueError
> Error Value: Portal Topic is not a content type
> 
> when I try to view a Topic.
> 
> I am using a CVS CMF I got some two days ago, and Zope 2.3.2
> 
> Any suggestions/pointers/RTFMs?
> 
> 

I checked in a fix to CMFCore.PortalFolder yesterday for this:

  - Correct inappropriate filtering of contentValues et aliae by
    "addability" (should only be filtered by whether the objects smell
    like content).

Topics blew up because their default view tries to show subtopics,
which aren't "addable" by the user you are viewing the topic as.

'cvs up -AdP' should fix that.

Tres.