<submenu>
<menu link="option=com_plugins&filter[folder]=system">System Plugins</menu>
</submenu>
No errors.
Ability to create a menu item using the submenu described above.
The following error is seen:
Warning: strlen() expects parameter 1 to be string, array given in /home/181198.cloudwaysapps.com/njjxbtxwqr/public_html/administrator/components/com_menus/src/Model/MenutypesModel.php on line 458
Although a menu item can be created using the above mentioned submenu, the array url variable is removed and the link used is incorrect
Joomla v4.1.0
php v7.4.27
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Seems valid bug,
parse_str
will return multidimensional array, and thenarray_filter($request, 'strlen');
shows warning.joomla-cms/administrator/components/com_menus/src/Model/MenutypesModel.php
Lines 441 to 444 in 831c4f1
joomla-cms/administrator/components/com_menus/src/Model/MenutypesModel.php
Line 458 in 831c4f1