joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.77k stars 3.65k forks source link

[4.0] Alternative Solution for media modal adapter in url #26750

Closed wilsonge closed 3 years ago

wilsonge commented 5 years ago

Steps to reproduce the issue

https://github.com/joomla/joomla-cms/pull/21189 solved the issue with inserting some images by hardcoding the adapter path. Whilst that fixed an immediate issue it's absolutely not good for when we support images hosted in the cloud.

Expected result

No need to hardcode adapter meaning we can't use 3rd party adapters

Actual result

Hardcoded adapter.

joomdonation commented 3 years ago

PR https://github.com/joomla/joomla-cms/pull/33724 . It is not perfect but I think it address our concern. Close this release blocker issue for now. If it is not accepted, I will re-open