Currently we do some not-so-great stuff in Drupal.panels_ipe.AppView.addContentBlock to automatically open the "Custom" category after a Content Block is created, then click (as in $.click()) the correct Block Plugin.

Instead of doing this, we should explicitly load the correct form regardless of categories. This will enable users to customize block categories without breaking IPE.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

samuel.mortenson created an issue. See original summary.

stmh’s picture

patch works on my end.

  • samuel.mortenson committed 0ba06a5 on 8.x-3.x
    Issue #2839992 by samuel.mortenson, stmh: Remove hard-coded "Custom"...
samuel.mortenson’s picture

Status: Needs review » Fixed

@stmh Sweet! I've been using this on my end for a long time and there aren't many people that run into Custom category problems, so I went ahead and committed the change.

Status: Fixed » Closed (fixed)

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