- πΊπΈUnited States Amber Himes Matz Portland, OR USA
Adding tag, because it would be helpful to know how to verify this issue.
ConfigEntityStorage::resetCache()
does not clear the config factory's caches. This means that when changing an entity, it's removed from the entity API cache, but not from the configuration system's cache, causing stale data to be returned by ConfigEntityStorage::loadUnchanged()
after all.
Make ConfigEntityStorage::resetCache()
call ConfigFactoryInterface::reset()
.
None.
None.
None.
Postponed: needs info
11.0 π₯
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Adding tag, because it would be helpful to know how to verify this issue.