User tests: Successful: Unsuccessful:
When using an image list custom field. The template needs to have an absolute path. It is a regression from #30784.
We discovered this in DPCalendar when custom fields are rendered for invoices. As I can't offer a test case this one needs to go by code review. It is pretty obvious when you check the Image::getImageFileProperties
function.
Somehow it needs to render a custom field in the back end which is not possible in core atm.
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Nope, it is about local images and not media manager.
@wilsonge can you please consider this into the next release? If you check the argument here https://github.com/joomla/joomla-cms/blob/4.0-dev/libraries/src/Image/Image.php#L175 then you can clearly see that the full path is needed and not the one relative to the index.php
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-05 00:59:08 |
Closed_By | ⇒ | wilsonge |
Thanks!
This Field is still not compatible with external adapters...? Shouldn't it be?