Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-08-21 14:58:45 |
Closed_By | ⇒ | Fedik |
That because when the upload
path
is empty in TinyMCE configuration then global Media ProviderManagerHelper is defaulting tofiles
(previously wasimages
):joomla-cms/administrator/components/com_media/src/Provider/ProviderManagerHelperTrait.php
Lines 153 to 155 in 28035af
We need to check for default folder in the plugin
joomla-cms/plugins/editors/tinymce/src/PluginTraits/DisplayTrait.php
Line 330 in 8cd35f2
to something like:
I will check later, if no one else will be faster :)