The module assumes that responsive_image is enabled. If this is not the case, an exception is thrown when accessing the "Manage display" overview of en entity that tries to load all available image formatters.
The patch checks if the module is inactive and if so, disabled the formatter
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | lazy-assumes-reps-img-3099232-2.patch | 508 bytes | drcolossos |
Comments
Comment #2
drcolossos commentedComment #3
othermachines commentedI ran into this problem while testing the module for the first time.
The patch in #2 got rid of the error after re-installing the module - thanks!
Comment #5
osmanThanks for the patch DrColossos.
I took your your suggestion a couple steps further. I think it has more coverage.
Please check out the dev branch and let me know if it fixes the issue for you as well.