The cache module depends on the commerce sub modules it provides caching for.
dependencies[] = commerce_product
dependencies[] = commerce_order
dependencies[] = commerce_line_item
dependencies[] = commerce_customerPatch on the way.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | commerce_entitycache-2420627-3.patch | 523 bytes | dwkitchen |
Comments
Comment #1
dwkitchen commentedComment #2
dwkitchen commentedCorrect encoding of patch
Comment #3
dwkitchen commentedCorrect encoding of patch
Comment #4
smccabe commentedTested and patch applies and works for me
Comment #5
smccabe commentedJust to add in a note, if you don't use this patch, enabling this module without the silent dependencies will cause your site to WSOD, so I'd say it either should be committed or the module needs to be changed to check for each module. I know that's a bit of an edge case as those are pretty core modules to commerce, but it can happen. It also makes simplytest.me not work with this module without specifying all the dependencies manually.
Comment #6
mglamanCommitted, thanks!