Closed W1ldPo1nter closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 76.90%. Comparing base (
b0f39ab
) to head (acd03e8
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Fixes the issue mentioned below. As suggested in that thread, I moved the generation of the expand link into the Python code, so that it gets passed to the template via context (which also moves logic from the template to the view layer, which should be a good thing).
While implementing the fix and testing via tox, I found that:
filer_check
command were not compatible with a custom image model eitherTherefore, I took the liberty to fix the mentioned command and extended the test action matrix with a flag for the image model swap (similar to the tox setup), so that problems with a custom image model have a chance to be caught automatically.
Related resources
1450
Checklist
master