p38
Well-Known Member
Hi All, I found that even though I set Joomla error to NONE, the eval() code available in advanced options of checkbox element still displays the deprecated notice....
Does anyone know what the JHTML equivalent is to prevent this notice?
Either that, or the checkbox element would have to be modified to ignore deprecated notices.
It may be noted that the eval() code in dropdowns do not show the same deprecated notices, which is why I am assuming an issue with checkbox specifically
JHTML::_('select.option', $row->id, $row->title);} return $options; : Support for a three segment service key is deprecated and will be removed in Joomla 5.0, use the service registry instead
Does anyone know what the JHTML equivalent is to prevent this notice?
Either that, or the checkbox element would have to be modified to ignore deprecated notices.
It may be noted that the eval() code in dropdowns do not show the same deprecated notices, which is why I am assuming an issue with checkbox specifically