Plone product that allows you to define workflow policies that define content type to workflow mappings that can be applied in any sub-folder of your Plone site
Deactivating and then activating the add-on led to a missing tool and control panel icon.
Another deactivation would then fail.
Solution is to mark our base profile as uninstalled in the uninstall method.
This requires Products.GenericSetup 1.8.1 or higher.
Fixes https://github.com/plone/Products.CMFPlone/issues/1959.
Deactivating and then activating the add-on led to a missing tool and control panel icon. Another deactivation would then fail. Solution is to mark our base profile as uninstalled in the uninstall method. This requires
Products.GenericSetup
1.8.1 or higher. Fixes https://github.com/plone/Products.CMFPlone/issues/1959.This is the forward port of #15.