Problem/Motivation

Features removal ensured we have removed social_book as part of features here https://github.com/goalgorilla/open_social/pull/1617/files
However a lot of the configuration is already provided by the core book module, resulting in

Drupal\Core\Config\PreExistingConfigException: Configuration objects (core.base_field_override.node.book.promote, core.entity_form_display.node.book.default, core.entity_view_display.node.book.default, core.entity_view_display.node.book.teaser, field.field.node.book.body, node.type.book) provided by    [error]
social_book already exist in active configuration in core/lib/Drupal/Core/Config/PreExistingConfigException.php:65

Proposed resolution

Ensure we remove the obsolete configuration that is already provided by Book and ensure we use install process to update the configuration after installing social_book.

Comments

ronaldtebrake created an issue. See original summary.

kingdutch’s picture

Assigned: Unassigned » ronaldtebrake
Status: Active » Needs review
ronaldtebrake’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.