replace in DialogController::dialog() from

    if (!($options = $request->request->get('dialogOptions'))) {
      $options = array();
    }

to

    $options = $request->request->get('dialogOptions', array());
CommentFileSizeAuthor
dialogcontroller_options.patch847 bytesxandeadx
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

larowlan’s picture

Status: Needs review » Reviewed & tested by the community

Nice cleanup

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Nice!

Committed and pushed to 8.x. Thanks!

  • Commit 2084cd3 on 8.x by webchick:
    Issue #2228477 by xandeadx: Better way to set  in DialogController::...

Status: Fixed » Closed (fixed)

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