When click the entity embed wysiwyg button, the request hangs forever. Reason is this fatal:

Fatal error: Call to undefined method Drupal\entity_embed\Form\EntityEmbedDialog::getSubscribedEvents() in /srv/default/vcs/web/modules/contrib/devel/webprofiler/src/DataCollector/EventsDataCollector.php on line <i>46</i>

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fago created an issue. See original summary.

fago’s picture

Status: Active » Needs review
FileSize
1.94 KB

This fixes the problem.

glynnr’s picture

Patch works. Thank you.

  • lussoluca committed 5a6e35d on 8.x-1.x authored by fago
    Issue #2793503 by fago: Webprofiler conflicts with entity_embed
    
lussoluca’s picture

Status: Needs review » Closed (fixed)

Committed and pushed to 8.x-1.x
Thanks!