User tests: Successful: Unsuccessful:
Currently the FolderlistField class doesn't trim properly the path slash on Windows, as a result the path in the dropdown is wrong including /banners, /headers, etc
Use the FolderlistField in an XML config file on a Windows machine
Paths are correct banners, headers, etc
Paths are wrong /banners, /headers, etc
This issue arised because of the change in the file:
joomla4/libraries/vendor/joomla/filesystem/src/Folder.php
at line 470:
$fullpath = Path::clean($path . '/' . $file);
that now calls the Path::clean function, thus reverting a full path from:
E:\vhosts\joomla40dev\images/banners (Joomla 3.9)
to:
E:\vhosts\joomla40dev\images\banners
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-03-21 14:16:58 |
Closed_By | ⇒ | wilsonge |
Thanks!