- Issue created by @afinnarn
There is a feature in this module that looks for "edit-media" in the path and redirects to the media item's edit screen if found. If I save a media item with the name "The Edit Media Dilemma", then I get redirected to the edit screen even though the query parameter isn't in the request.
1. Create a media item with the name "The Edit Media Dilemma".
2. Try to go to the media alias in a browser.
3. Get redirected to the media item's edit screen.
Update the code to search for a query parameter called "edit-media" instead of searching the whole path. This is certainly an edge case, but it could affect some users.
Active
1.0
Code