Open petschki opened 4 years ago
We're migrating old Plone Sites to 5.2, therefore we activated Archetypes support in CMFPlone. Due to this commit https://github.com/plone/Products.CMFPlone/commit/91fbe71141849b20cd678cb522c9dc200d2c067e you'll get empty DX edit forms on a fresh 5.2 Plone Site with Archetypes support. Why was this moved away from meta.zcml?
meta.zcml
quickfix is to include meta-bbb.zcml in our theming/addon products to get this working.
meta-bbb.zcml
/cc @tomgross @MrTango
This was looong ago. But as the commit and the comment suggest including meta-bbb.zcml is the way to go here, or better port to DX ;-)
We're migrating old Plone Sites to 5.2, therefore we activated Archetypes support in CMFPlone. Due to this commit https://github.com/plone/Products.CMFPlone/commit/91fbe71141849b20cd678cb522c9dc200d2c067e you'll get empty DX edit forms on a fresh 5.2 Plone Site with Archetypes support. Why was this moved away from
meta.zcml
?quickfix is to include
meta-bbb.zcml
in our theming/addon products to get this working./cc @tomgross @MrTango