-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[4.0] Migrate com_menus to services #20704
Conversation
…e/menus # Conflicts: # components/com_menus/Dispatcher/Dispatcher.php
Very hard to test this as git apply does not work with it. Not sure this is related to the PR as I may have been wrong in applying the patch |
Looks also like we still have a call to |
Can you please update the since tags to deploy Version? |
…omla-cms into j4/service/menus
@infograf768 fixed the issues. |
@laoneo |
I do not have the errors I remarked before. Menu items associations look like working fine too. |
So can we mark it as successful? |
I have tested this item ✅ successfully on e5eb507 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/20704. |
Nice one! Thanks :) |
Pull Request for Issue #20487.
Moves com_menus to the service based extension setup. Additionally it makes extensions work which do route their views completely to the back end.
See #20217 for details.