- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
This introduced a regression: π Follow-up for #2663410: calling TypedConfigManager::getDefinition() causes cache pollution Active .
The new method added by #2392057: Config schema fails to expand dynamic top-level types β has a small but nasty bug.
Instead of adding a definition for the computed type, it replaces the original definition. That means the second and following elements for the same wildcard/generic type use the definition for the first and fail.
Use the correct key to set it.
Part of the problem seems to be the confusing naming between $type and $base_plugin_id. $base_plugin_id isn't "base", it's the real, full, replaced type. We could switch the variables to make the code easier to understand.
Fixed
8.4 β°οΈ
Last updated
It denotes an issue that prevents porting of a contributed project to the stable version of Drupal due to missing APIs, regressions, and so on.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This introduced a regression: π Follow-up for #2663410: calling TypedConfigManager::getDefinition() causes cache pollution Active .