Closed (fixed)
Project:
Drupal core
Version:
8.1.x-dev
Component:
views.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2016 at 07:03 UTC
Updated:
17 Aug 2016 at 00:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dawehnerComment #3
dawehner.
Comment #4
dawehnerComment #5
wim leersI think that can happen in a follow-up. This solves a big frustration/WTF.
Comment #6
catchCommitted 9b650e9 and pushed to 8.2.x. Thanks!
Comment #9
wim leersThis actually was an incredibly incomplete fix. This was a small step in the right direction, but me saying in #5 that we could defer the
_formatstuff was actually a mistake now. (Although it did make the situation better in some cases.) We really need to fix that.Comment #10
wim leersAlso, this was not pushed to 8.1.
Comment #11
wim leersSo, that follow-up mentioned in #5 and #9 now is #2772537-11: REST Views override existing REST GET routes.
Comment #12
wim leersI'd reclose this, but this really should be
committedcherry-picked to 8.1 also.Comment #14
dawehnerI agree to be honest. Its quite a clusterfuck for actual sites.
Comment #15
wim leersComment #16
dawehnerLet's do a strict comparison here ...
I still like that we have a unit test here :)
Comment #17
wim leers#16: we just need to cherry-pick the commit from 8.2 to 8.1, we don't want to change it here I think?
Comment #18
dawehnerWell, I guess i'm a bit stricter with my own patches, but sure, we should just cherry pick, I haven't seen that.
Comment #20
catchCherry picked to 8.1.x.
Agreed on the strict comparison - I'd have asked for that if I'd spotted it. Let's do that in a follow-up though.
Comment #21
wim leersYes! And we now have that follow-up: #2772537: REST Views override existing REST GET routes.