Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for menu item when install / update a component with same name as a plugin. #4446

Closed
wants to merge 1 commit into from

Conversation

byPV
Copy link

@byPV byPV commented Oct 3, 2014

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.

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.
@zero-24
Copy link
Member

zero-24 commented May 13, 2015

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!

@zero-24 zero-24 closed this May 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants