Closed (fixed)
Project:
Drupal core
Version:
8.3.x-dev
Component:
rest.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2017 at 21:26 UTC
Updated:
13 May 2017 at 20:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tstoecklerHere we go.
I re-orderd the schema so that it matches the ordering in
ResourceBase::requestMethods().Comment #3
tstoecklerComment #4
wim leersGreat catch, thank you!
Comment #5
alexpottCommitted and pushed e31a043 to 8.4.x and a816c75 to 8.3.x. Thanks!
I backported this to 8.3.x because missing schema is bug - I don't think need a cache clear for this because it is just missing and if you are using this request methods not having the schema probably won't break anything.