- Issue created by @DamienMcKenna
- πΊπΈUnited States DamienMcKenna NH, USA
This is possibly related: π Uninstalled custom theme stuck in config blocking config import Needs work
Uninstalling multiple themes in one go via configuration deployment can result in the process failing.
Have multiple themes installed, including one (theme two) which lists the other (theme one) as a base theme.
Uninstall both Theme One and Theme Two.
Export the configuration.
Deploy the configuration to another copy of the site that was identical to the original prior to the steps above being performed.
Attempt to import the configuration using drush (drush config:import).
Should see this:
* The configuration system determines the order to uninstall the themes and uninstalls them in the appropriate order.
What you see is:
* The following error is displayed:
The base theme theme_one cannot be uninstalled, because theme theme_two depends on it.
Ensure that when multiple themes are uninstalled they are uninstalled in the appropriate order based upon the "base theme" setting of each one.
Work out the appropriate fix.
TBD
TBD
TBD
TBD
Active
11.0 π₯
Last updated
This is possibly related: π Uninstalled custom theme stuck in config blocking config import Needs work