Closed (fixed)
Project:
Panels
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2017 at 18:59 UTC
Updated:
2 Aug 2017 at 19:15 UTC
Jump to comment: Most recent
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.
| Comment | File | Size | Author |
|---|---|---|---|
| panels-deprecate-method.patch | 2.44 KB | samuel.mortenson |
Comments
Comment #3
samuel.mortenson