Problem/Motivation
Responsive video output does not include cache tags for its referenced Video Styles. Changes to a Video Style can leave cached output outdated until caches are cleared.
Steps to reproduce
1. Create a Responsive Video Style that references a Video Style.
2. Render a video with the Responsive Video Style.
3. Change the referenced Video Style.
4. Reload the cached page.
Proposed resolution
Add the referenced Video Styles as cacheable dependencies of the responsive video output.
Remaining tasks
- Add a regression test.
User interface changes
None.
API changes
None.
Data model changes
None.
Comments
Comment #3
dpacassi