- Issue created by @wouter waeytens
- Status changed to Needs review
about 2 years ago 1:06pm 7 June 2023 - last update
about 2 years ago 30,338 pass - Status changed to RTBC
about 2 years ago 10:46pm 7 June 2023 - 🇺🇸United States smustgrave
Simple enough change that didn't cause any issues. Could almost say this is a task too vs a bug but could be wrong.
- last update
about 2 years ago 30,338 pass - last update
about 2 years ago 30,338 pass - last update
about 2 years ago 30,338 pass - last update
about 2 years ago 30,341 pass - last update
about 2 years ago 30,341 pass - Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
about 2 years ago Waiting for branch to pass - last update
about 2 years ago 30,341 pass - last update
about 2 years ago 30,341 pass - last update
almost 2 years ago 30,341 pass - last update
almost 2 years ago 30,341 pass - last update
almost 2 years ago 30,341 pass - last update
almost 2 years ago 30,341 pass - last update
almost 2 years ago 30,341 pass - last update
almost 2 years ago 30,341 pass - last update
almost 2 years ago 30,341 pass - last update
almost 2 years ago 30,341 pass - last update
almost 2 years ago 30,341 pass - last update
almost 2 years ago 30,341 pass - last update
almost 2 years ago 30,341 pass - last update
almost 2 years ago 30,341 pass - last update
almost 2 years ago 30,341 pass - last update
almost 2 years ago 30,341 pass - 🇬🇧United Kingdom longwave UK
The media library is also designed to be used on the front end, not sure it is always considered an admin route? Can you explain a bit further about the issues that are solved by making this change?
- Status changed to Postponed: needs info
almost 2 years ago 1:28pm 22 July 2023 - 🇺🇸United States Chris Matthews
@Wouter Waeytens, by chance would you be able to advise regarding the questions posed in #5 🐛 Add admin route to media library routing Postponed: needs info ?
The media library is also designed to be used on the front end, not sure it is always considered an admin route? Can you explain a bit further about the issues that are solved by making this change?
- 🇧🇪Belgium wouter waeytens
It should always return the language that the user has set for editing the page. This is not the case it always returns the content language not the admin language.
- 🇦🇺Australia acbramley
Tested this with a Node form and toggling the
use_admin_theme
setting. When the node edit form is using the admin theme, the media library is also rendered in the admin theme. When the node edit form is using the frontend theme, the media library is rendered with the frontend theme.Changing the media library route definition (i.e what the patch does) had no effect on this.
Given this change is quite easy to make in a custom project using a route subscriber, should this be closed as won't fix?