- Issue created by @kingdutch
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 9:35am 29 August 2023 - Status changed to Fixed
over 1 year ago 12:03pm 18 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.
The class reads existing config, but in the upgrade path from Open
Social 10 to 11 the config schema is changed, so the array element we're
trying to read might not exist. This causes warnings in the upgrade
path.
We ignore the setting if it doesn't exist because it means we're working with the old config. The config override will be reloaded after the post-update cache-clear which ensures the proper override is applied.
Fixed
11.10
Code (back-end)
Automatically closed - issue fixed for 2 weeks with no activity.