When using 'views' in your view-name the exposed form in panes are not working anymore, because in the function views_content_exposed_form_pane_render() he's replacing that part of the string.

I created a patch that is using substr-function that only skips the first characters of that string.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

StijnStroobants’s picture

StijnStroobants’s picture

StijnStroobants’s picture

Status: Active » Needs review

The last submitted patch, 1: 2429697-ctools-views_content-exposed-forms-1.patch, failed testing.

Status: Needs review » Needs work

The last submitted patch, 2: 2429697-ctools-views_content-exposed-forms-2.patch, failed testing.

StijnStroobants’s picture

StijnStroobants’s picture

Status: Needs work » Needs review
StijnStroobants’s picture

StijnStroobants’s picture

Version: 7.x-1.6 » 7.x-1.x-dev
millionleaves’s picture

I'm experiencing this too, where I can't get exposed forms to appear in panel panes.

I did the following, rather than use the patch provided here:

  • Exported the view
  • Changed the machine name in the export text
  • Re-imported to created a new view
  • Disabled the original view.
  • Updated the panel layouts that were using the original view.

This allowed me to place exposed forms from that view inside panels.