User tests: Successful: Unsuccessful:
Menu Item can be assigned to the components only. If more extensions (component, plugin) with same name/element is installed then it's needed to load ID of the component. The same problem occurs in Joomla 2.5.x and 3.x.
Thanks fo your PR @byPV in the current stable version this check is implemented (we have a lot of changes in this file) see: https://github.com/joomla/joomla-cms/blob/staging/libraries/cms/installer/adapter/component.php#L908
This change is implemented since the rewrite of the installer classes in Joomla 3.4.0. Thanks!
Thanks fo your PR @byPV in the current stable version this check is implemented (we have a lot of changes in this file) see:
https://github.com/joomla/joomla-cms/blob/staging/libraries/cms/installer/adapter/component.php#L908
This change is implemented since the rewrite of the installer classes in Joomla 3.4.0. Thanks!