Problem/Motivation
As described in #2952293: Branch next major: version 2, requiring Drupal core >=8.5, one of the motivations is:
- Enforce >=8.5, which will allow us to drop some BC code (specially around
isInternalfeatures).
Proposed resolution
Remove <=8.5 BC layer code.
Remaining tasks
Do it.
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2984607-4.patch | 34.89 KB | wim leers |
| #4 | interdiff.txt | 621 bytes | wim leers |
| #2 | 2984607-2.patch | 34.58 KB | wim leers |
Comments
Comment #2
wim leersComment #4
wim leersA small copy/paste mistake was made in #2932031: Comprehensive JSON API integration test coverage phase 2: for every entity type, complex use-cases, that's causing this failure. Easy fix :)
Comment #5
gabesullice💯
Comment #6
wim leersComment #9
e0ipsoJSON API Extras was relying on
shouldBeInternalResourceTypewhich this issue removed.I'll fix this in JSON API Extras.