Panels IPE uses _method in its routes to explicitly document and allow what request methods are allowed by the Javscript layer.

In Symfony 3 _method was deprecated, and in a recent minor update (can't find specific release notes) it was removed. We should define "methods" in our routes in addition to the deprecated _method to support the latest Symfony (and Drupal) release.

This should also fix the failed Panelizer tests.

CommentFileSizeAuthor
panels-deprecate-method.patch2.44 KBsamuel.mortenson

Comments

samuel.mortenson created an issue. See original summary.

  • samuel.mortenson committed 03b60c8 on 8.x-4.x
    Issue #2895962 by samuel.mortenson: Add "methods" to Panels IPE routes...
samuel.mortenson’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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