The IPE has an undeclared dependency on core/drupal.ajax.

We probably didn't notice this previously because we were testing as admin users, who get the toolbar (or something else admin-y) which has a dependency on core/drupal.ajax, so it's always been loaded already. However, when testing with Panelizer and users with minimal permissions, I'm getting an error about 'Drupal.ajax' being undefined.

We just need to add the dependency and everything starts working!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dsnopek created an issue. See original summary.

dsnopek’s picture

Status: Active » Needs review
FileSize
346 bytes

Here's a patch that works for me.

phenaproxima’s picture

Status: Needs review » Reviewed & tested by the community

Werd to that.

samuel.mortenson’s picture

Status: Reviewed & tested by the community » Fixed

Committed!

Status: Fixed » Closed (fixed)

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