Closed (fixed)
Project:
Image Alt Fallback
Version:
1.1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2026 at 12:36 UTC
Updated:
23 Jun 2026 at 14:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #4
dkmishra commentedI have created a merge request for this issue.
Changes included:
Added missing `media` and `image` module dependencies in `image_alt_fallback.info.yml`
Moved `views.view.media_alts.yml` from `config/install` to `config/optional` to avoid installation failures caused by unmet Media/View dependencies
This fixes the `UnmetDependenciesException` during module installation.
Comment #5
duckydan commentedHi,
I made the attached patch to make these changes, and the installation worked great.
Thank you!
It seems to make media a requirement. I don't use the Media module, so I was not able to check the functionality, but it installed in my local environment and I was able to get to the config page fine.
Comment #7
alejandro cabarcos commentedMerged!
Thanks @dkmishra and @duckydan.
Will be included in the next release.