toutpt wrote: > > Hi, > > I have try to undestand the way Plone is computing ids from title, but the > component INameFromTitle is never called. > > I want to make ids compute in a different way for some content types, so > an adapter would be great. > > Any code I can look to undestand what happens during the content creation > ? I would like to not have to make monkey patches, is it possible ? >
For new style content see: http://dev.plone.org/plone/browser/plone.app.content/trunk/plone/app/content/namechooser.txt For archetypes see: http://dev.plone.org/archetypes/browser/Products.Archetypes/trunk/Products/Archetypes/BaseObject.py#L716 Laurence -- View this message in context: http://plone.293351.n2.nabble.com/How-to-change-the-way-id-are-computed-from-title-tp6033669p6034053.html Sent from the Product Developers mailing list archive at Nabble.com. _______________________________________________ Product-Developers mailing list [email protected] https://lists.plone.org/mailman/listinfo/product-developers
