Problem/Motivation
When normalization of links on a resource object creates cacheability information, that information is lost because it is not merged with the cacheability of the rest of the resource object normalization.
This was a small oversight in #2819335: Resource (entity) normalization should use partial caching.
Proposed resolution
Add the link normalization's cacheability information to the cached resource normalization.
Remaining tasks
Patch.
User interface changes
None.
API changes
None.
Data model changes
None.
Release notes snippet
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3077287-9.patch | 4.44 KB | gabesullice |
| #5 | 3077287-9--test-only.patch | 3.51 KB | gabesullice |
| #2 | 3077287-2.patch | 945 bytes | gabesullice |
Comments
Comment #2
gabesulliceOne-line, simple fix.
Comment #3
gabesulliceComment #4
gabesulliceComment #5
gabesulliceTest only patch is the interdiff.
Comment #6
e0ipsoThis looks good. @gabesullice please move to RTBC on my account when this comes back green.
Comment #8
gabesullicePer #6.
Comment #9
alexpottCommitted 65491ce and pushed to 8.8.x. Thanks!