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

CommentFileSizeAuthor
#4 blazy-2997224-4-Update-to-vef.patch2.59 KBgeek-merlin

Comments

gausarts created an issue. See original summary.

gausarts’s picture

Title: Update to support Vide Embed Field 8.2.x » Update to support Video Embed Field 8.2.x
geek-merlin’s picture

A fix is described in #2996264-2: Doesn't work with Video Embed Field - who rolls a patch?

geek-merlin’s picture

Status: Active » Needs review
StatusFileSize
new2.59 KB

Fixing 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.

geek-merlin’s picture

Priority: Normal » Major

Raising prio as this breaks the module's main functionality in some settings.

  • axel.rutz committed 8bfe34a on 8.x-1.x
    Issue #2997224 by gausarts, heliogabal, axel.rutz: Update to support...
geek-merlin’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.