- Issue created by @dave reid
- @dave-reid opened merge request.
- πͺπΈSpain marcoscano Barcelona, Spain
Thanks for filing this.
Things would be so much easier if Media Entity Download routes were namedentity.media.download
orentity.media.media_entity_download
.... Is there a way to do that in a backwards-compatible way? That would be my first option, if possible.
An alternative is to make that contrib compatible with Entity Usage ( β¨ Track the usage of Media entity through media_entity_download route with entity_usage Needs review ), instead of the other way around.
I am not opposed to this here, but it's always a balance between adding special-cases versus trying to limit maintenance burden over time... - πΊπΈUnited States dave reid Nebraska USA
Yeah, I can see if renaming the route will work, I do worry a bit about existing links that might be saved using the route name. This felt like the least friction forward to get it to work "right now"? The proposed MR in Media Entity Download actually won't work for me because I'm having to override the LinkIt and MediaEmbed plugins to support some custom field types in the project I'm working on.