Tying to add a related item to an ATContent Page which links to a Dexterity page. However, in the popup-overlay (when selecting "Add..." from the "Categorization" tab) there is no checkbox option to add myDexterity type of content.

Am I missing something? is this supported? has anyone got a workaround?

Plone 4.1.2 (4111) CMF 2.2.4 Zope 2.13.10 plone.app.dexterity 1.0.3

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

There's a separate package for this behaviour:

plone.app.referenceablebehavior

Just add it to your buildout (eggs and zcml variables, no need to install it via control panel). Then go to your dexterity control panel, in the Behaviours tab, and add the "Referenceable" behaviour. Note that only new contents will honor that behaviour, those that have been already created won't be refereceable.

link|improve this answer
it would be better to add the dependency in setup.py of your package; also check in your buildout to see if you're using the right KGS for this version of Dexterity: good-py.appspot.com/release/dexterity/1.0.3-1?plone=4.1.2 – hvelarde Nov 24 '11 at 6:19
Provided that he does have a custom package (he didn't mentioned it). – Giacomo Spettoli Nov 24 '11 at 8:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.