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: getModules method returns duplicated entries #410

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yyasinaslan
Copy link

I encountered an issue in the module selection process within the megamenu builder. The getModules method in the Helper.php file was returning duplicate entries. This problem was caused by a join statement involving the extensions table, which can contain entries with the same name for both admin and site contexts.

Additionally, I have added information to the module selection view to indicate which modules are published and display their respective IDs.

Some information added to module selection view so user will know which module is published and its id.
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.

1 participant