Closed (fixed)
Project:
Drupal core
Version:
8.4.x-dev
Component:
media system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Jul 2017 at 12:15 UTC
Updated:
3 Aug 2017 at 13:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
wim leersComment #3
chr.fritschWe already have #2895581: Add test coverage ensuring that the media source field cannot be removed from a media type, where we want to remove media_entity_operation_alter()
Comment #4
wim leersBut that's about adding test coverage. This is about removing something that we already know to be safe (because #2836384: Field UIs operations array is broken for entities with restricted access added test coverage), that should have been removed already.
#2895581: Add test coverage ensuring that the media source field cannot be removed from a media type is about adding test coverage for
media_entity_access().Comment #5
chr.fritschOk, fine. I assume this will pass the tests. Preemptively RTBC.
Comment #6
gábor hojtsyComment #8
gábor hojtsyLooks good, thanks!