Closed pbauer closed 9 years ago
The new prefs_install_products_form skips some addons because their profiles are not called default. Examples are Products.CMFPlacefulWorkflow, plone.app.iterate.
prefs_install_products_form
default
Products.CMFPlacefulWorkflow
plone.app.iterate
It also no longer displays addons that have missing dependenies.
What is the desired behavior? Should we update other packages to specify "default" in their profile name?
The new
prefs_install_products_form
skips some addons because their profiles are not calleddefault
. Examples areProducts.CMFPlacefulWorkflow
,plone.app.iterate
.It also no longer displays addons that have missing dependenies.