Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
system.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Jul 2013 at 12:58 UTC
Updated:
29 Jul 2014 at 22:36 UTC
Jump to comment: Most recent
Comments
Comment #1
elachlan commentedTest passed. A review would be nice so we can RTBC.
Comment #2
berdirLooks good.
I already had a similar fix in #1786490: Add caching to the state system, which is the reason this is bad. That issue will replace the state service with a cache decorator, not using it but directly accessing the state collection circuments the cache invalidation logic.
It's just like trying to access a tempstore collection directly through the keyvalue expirable service, we have a specific service/API, so we need to use it consistently.
Comment #3
yesct commentedThis issue was RTBC and passing tests on July 1, the beginning of API freeze.
Comment #4
catchCommitted/pushed to 8.x, thanks!