Closed (fixed)
Project:
Open Social
Version:
11.9.x-dev
Component:
Code (back-end)
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Sep 2023 at 14:38 UTC
Updated:
18 Oct 2023 at 09:24 UTC
Jump to comment: Most recent
The `social_metatag` module overwrote settings for the metatag module by
adding a duplicate config file in `config/install`. This works when all
modules are installed during site-install, and it also worked in the era
of features. However sites extending Open Social might install the
`metatag` module first and then want the Open Social defaults from
`social_metatag` which will cause a duplicate config error.
Moving the configuration to config/modify will properly update the
settings on install without having duplicated config.
Comments
Comment #2
kingdutchhttps://github.com/goalgorilla/open_social/pull/3504
Comment #3
viniciusrp commentedThe pull request was approved, and it will be released in the next version.
Comment #4
robertragas commentedLanded in 11.9.14