Create the admin menu link with array parameter in component manifest file.
I.e. the link to display component-specific plugins:
<menu
link="option=com_foo&view=plugins&filter[folder]=foo"
view="plugins"
img="class:plug"
alt="Foo/Plugins"
>
com_foo_plugins
</menu>
Next try to create new menu item for backend menu.
No errors.
( ! ) Warning: strlen() expects parameter 1 to be string, array given in \administrator\components\com_menus\models\menutypes.php on line 455
Not related.
Labels |
Added:
?
|
we can do this code
$o->request = array_filter($request, 'strlen');
that's the code that is broken... as $request is an array.
Labels |
Added:
No Code Attached Yet
bug
Removed: ? |
joomla-cms/administrator/components/com_menus/models/menutypes.php
Line 455 in fcacefc