overriding the title attribute in an archetypes schema
This post was written 4 years ago.
Thu, 07 Aug 2008
Something I always forget to do when I override the title attribute in an archetypes schema (plone) is to specify accessor=Title (with a capital T). Omitting this leads to odd results, such as the ID of the plone objects created from the schema not being created from the title field, but something else (hmm.. the parent object's title maybe?).
Comments