Home
The Toolkit for Online Communities
15892 Community Members, 0 members online, 2033 visitors today
Log In Register

Forum OpenACS Development: Re: CR and content_template defined wrong

OpenACS Home : Forums : OpenACS Development : Re: CR and content_template defined wrong : One Message

+
Posted by Lars Pind on
content_template__new should not parallel content_item__new (because 'content_item' is not a content_type), but rather something like image__new (because 'image' *is* a content_type).

image__new does create a new revision.

/Lars