solved, David! I created a test to verify this was working:
>>> fti.behaviors
[]
>>> browser.open('http://nohost/plone/++add++dinosaur')
>>> 'Related Items' in browser.contents
False
We can declare that it supports the "related items" behavior defined in
plone.app.relationfield (normally this would be done via Generic Setup):
>>> fti.behaviors = ('plone.app.relationfield.behavior.IRelatedItems',)
>>> browser.open('http://nohost/plone/++add++dinosaur')
>>> 'Related Items' in browser.contents
True
after that, I erased my content type from the Dexterity configlet,
remove the package and reinstalled it.
it is working now... thanks! Héctor Velarde
smime.p7s
Description: Firma criptográfica S/MIME
_______________________________________________ Product-Developers mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-product-developers
