In plugins/display_renderers/panels_renderer_editor.class.php this signature:

function panels_edit_configure_access_settings_form(&$form_state) {

should be changed to

function panels_edit_configure_access_settings_form($form, &$form_state) {

otherwise the form will not be displayed. Patch follows in a sec …

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Pisco’s picture

Status: Active » Needs review
FileSize
666 bytes

Here you go, for your testing and reviewing pleasure! :-)

Pisco’s picture

This time with a nicer patch.

das-peter’s picture

Status: Needs review » Reviewed & tested by the community

Just checked this out. Makes absolutely sense to me.
Thus I mark this as RTBC.

merlinofchaos’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed! Thanks for the patch!

Status: Fixed » Closed (fixed)

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

  • Commit e88496a on 7.x-3.x, 7.x-3.x-i18n, 8.x-3.x by merlinofchaos:
    Issue #1264404 by Pisco: Wrong signature on pane edit access settings...