Closed (fixed)
Project:
Drupal core
Version:
8.4.x-dev
Component:
media system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Jun 2017 at 13:33 UTC
Updated:
23 Jun 2017 at 12:39 UTC
Jump to comment: Most recent, Most recent file





Comments
Comment #2
phenaproximaComment #3
wim leersI wrote that in #2831936-176: Add "File" MediaSource plugin. Adding the screenshots I forgot to add.
Comment #4
wim leersThis fixes points 2–5.
Comment #5
wim leersOh, and by diffing
views.view.filesandviews.view.media, I was able to find the solution for point 1.Now the Media view looks like this:
Comment #6
gábor hojtsyHm, I was surprised the submit button would be labeled Filter and not Apply. We had an issue to change this default in views, but reverted later. But I guess it applies to core views at least. It becomes odd once you have a sort-by form element exposed as well when the things you set are not only filters but also sorts. But core exposed views elements do not include exposed sorts.
Comment #7
gábor hojtsyReviewed all the changes and apart from the unfounded concern I had above it looks good :)
Comment #9
catchCommitted/pushed to 8.4.x, thanks!
Do we need test coverage for the admin view - I'm assuming the views config-only patch here means we have zero.
Comment #10
wim leersIndeed.