Problem/Motivation

As a user, I want to see the Media Grid view when I click on the Content > Media menu item if the Core Media Library module is installed.

Currently the table media view is used. (Route: entity.media.collection)

Proposed resolution

Check if the media_library module is enabled and that the view.media_library.page view display exists.
If true, use the view.media_library.page route here instead of entity.media.collection for the Media menu item.

Remaining tasks

* Decide if this should be implemented
* Implement
* Review & Testing

User interface changes

-

API changes

-

Data model changes

None.

Release notes snippet

-

Comments

orlando.thoeny created an issue. See original summary.

romainj’s picture

I think that's a personal preference. So I would prefer to add a menu link like "Media library" instead. I will provide a patch.

romainj’s picture

StatusFileSize
new970 bytes
paulocs’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new148.54 KB

Looks good.

  • romainj committed a4ac4d3 on 8.x-2.x
    Issue #3162946 by romainj, paulocs: Toolbar Tools: Support Media Library...
romainj’s picture

Commited in latest dev version.

romainj’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.