https://www.drupal.org/sa-contrib-2018-081 was released yesterday. It says:
Sites with custom ... field access customizations may need to implement these newly introduced hooks.
Field Permissions needs to do so for the fields that it manages access for.
This was cleared by the Drupal Security Team to be a public issue, because it only affects the 8.x-1.x branch, which does not yet have a stable release.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | field_permissions-jsonapi.patch | 7.19 KB | effulgentsia |
Comments
Comment #2
effulgentsia commentedHere's a patch.
Comment #3
effulgentsia commentedI left these todos as something that could be done in a non-critical follow-up, because adding methods to an existing interface is a BC break for implementors of the interface that don't extend from the base class. I don't know if that's a BC break that's acceptable in a module that's already RC.
Comment #5
jhedstromLooks good. Thanks!
Comment #6
wim leersGo @effulgentsia!