Problem/Motivation
Video embed field 8.2.x removed a function video_embed_media_media_bundle_insert referenced from Blazy codebase:
https://cgit.drupalcode.org/blazy/tree/blazy.module#n84
https://cgit.drupalcode.org/blazy/tree/blazy.views.inc#n21
This causes 2 field formatters (Blazy file and Blazy media), and two Views fields (Blazy file and Blazy media) are not functioning.
The relevant issue which removes the function:
#2902316: Create a port of video_embed_media compatible with media in core API
Proposed resolution
Remove the no-longer existent function checks, and change them into regular moduleExists() method.
Remaining tasks
Somebody should do this, likely me, but may be real late again, and again, and again.
User interface changes
None
API changes
None
Data model changes
None
Original report by @imclean
https://www.drupal.org/project/blazy/issues/2881849#comment-12655031
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | blazy-2997224-4-Update-to-vef.patch | 2.59 KB | geek-merlin |
Comments
Comment #2
gausarts commentedComment #3
geek-merlinA fix is described in #2996264-2: Doesn't work with Video Embed Field - who rolls a patch?
Comment #4
geek-merlinFixing the problem described in #2996264: Doesn't work with Video Embed Field needs also some tweaking of width/height extraction.
Patch flying in that worksforme.
Comment #5
geek-merlinRaising prio as this breaks the module's main functionality in some settings.
Comment #7
geek-merlin