- Issue created by @thatguy
- 🇺🇸United States justcaldwell Austin, Texas
I haven't been able to investigate yet, but I noticed the new 'user_status' config above showing up for all new or re-saved blocks after we updated drupal core to 9.5.9. This also adds a dependency for context to the block configs where none is needed, or existed before.
- 🇺🇸United States justcaldwell Austin, Texas
Correction: looks like the additional block config was happening prior to the update to 9.5.9, I just didn't notice it.
This is fixed in 5.x. The underlying issue is resolved and
context_update_8004()
cleans up the extraneous config.For background, the original issue is 🐛 context_all, context_any, user_status condition plugins create unnecessary config and dependency on Context Fixed , which was committed to the 8.x-4.x branch, but never actually appeared in a tagged release it seems?