Problem/Motivation
grequest_update_8008() uses the raw configuration storage API, this means that entity storage definitions don't get updated - this only happens when using the config entity API to update.
Steps to reproduce
Run the update on an install that hasn't had it yet, and check the status report - it'll show grequest_status needing an updated.
Proposed resolution
Add grequest_update_8009() doing the same thing, but with the config entity API this time.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3246195-1.2.patch | 673 bytes | catch |
Comments
Comment #2
catchHere's a patch.
Comment #3
amateescu commentedLooks good to me!
Comment #5
lobsterr commentedThanks for contribution