[Zope-CMF] portal_metadata bug?
Dieter Maurer
dieter@handshake.de
Wed, 20 Feb 2002 22:54:30 +0100
Stefan Kroeger writes:
> we have an annoying problem at our site. whenever we want to edit the
> metadata of an object, the subject has a default which does not come
> from the portal_metadata_tool. we have absolutly no idea where that
> subject is defined. also changing the defaults for e.g. subject or title
> in the portal_metadata_tool does not show any changes (in the defaults
> in the metadata_edit_form)
Looks like a name clash.
Do you have any object or attribute around with the name "Subject"
(or similar; see the source of your page that shows the wrong
content to find out the correct problematic name).
Dieter