[Product-Developers] RelatedItems field not properly working with Dexterity 2, plone.app.contenttypes and plone.formwidget.contentree

Asko Soukka asko.soukka at iki.fi
Thu Feb 6 13:39:26 UTC 2014


Hi,

one guess:

collective.js.jqueryui activates jQueryUI's autocomplete-plugin by 
default, which overrides the jQuery autocomplete-plugin shipped with 
plone.formwidget.autocomplete, which is required by 
plone.formwidget.contenttree and that may break the widget.

Conflicting jQuery UI plugins can be disabled from its control panel.

-Asko

ajung wrote:
> Hi there,
>
> for a new Dexterity project with Plone 4.3 we use the following add-ons and
> see a JS error
> during the initialization of the pages (with the result that Related Items
> widget is not working (using formwidget.contenttree)....anyone seen this?
>
> Andreas
> <http://plone.293351.n2.nabble.com/file/n7570028/out.png>
>
>      install_requires=[
>            'setuptools',
>            'loremipsum',
>            'fs',
>            'gocept.cache',
>            'z3c.jbot',
>            'collective.embedly',
>            'collective.cover',
>            'plone.api',
>            'Products.PloneFormGen',
>            'wildcard.foldercontents',
>            'collective.z3cform.chosen',
>            'collective.z3cform.datagridfield',
>            'solgema.fullcalendar',
>            'plone.app.event',
>            'plone.app.contenttypes',
>            'plone.app.dexterity [relations]',
>            'plone.app.registry',
>            'plone.app.relationfield',
>            'plone.namedfile [blobs]',
>
>
>
> --
> View this message in context: http://plone.293351.n2.nabble.com/RelatedItems-field-not-properly-working-with-Dexterity-2-plone-app-contenttypes-and-plone-formwidgete-tp7570028.html
> Sent from the Product Developers mailing list archive at Nabble.com.
> _______________________________________________
> Product-Developers mailing list
> Product-Developers at lists.plone.org
> https://lists.plone.org/mailman/listinfo/plone-product-developers


More information about the Product-Developers mailing list