Attention

This document was written for an unsupported version of Plone, Plone 2.1.x, and was last updated 1606 days ago.

For more information, see the version support policy.

To learn how to upgrade to the current version of Plone, read the upgrade manual.

Enable title-to-id generation

Have the id automatically generated from the title chosen for the object for your custom type

« Back to Table of Contents

Warning: This item is marked as outdated.

Archetypes 1.3.4+ combined with plone 2.1 provides a way to have the id automatically generated from the title chosen for the object, which is on by default for ATCT types. To get this in your  own types, set _at_rename_after_creation = True on your class.