[GSoC2025] - Fixing subcategories in the module#637
Merged
alikon merged 4 commits intojoomla-extensions:5.x-devfrom Jul 12, 2025
Merged
[GSoC2025] - Fixing subcategories in the module#637alikon merged 4 commits intojoomla-extensions:5.x-devfrom
alikon merged 4 commits intojoomla-extensions:5.x-devfrom
Conversation
alikon
requested changes
Jul 4, 2025
Collaborator
|
please add system test |
alikon
previously requested changes
Jul 4, 2025
Collaborator
|
thank you |
This was referenced Jul 16, 2025
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request for Issue #556 .
Summary of Changes
This pr fixes subcategories in the module, allowing to show the hierarchy of the weblinks categories if nested, with an option to choose the limit of child subcategories, also handles an edge case where if the parent category has no weblinks, it doesn't show it

Testing Instructions
Create a nested weblinks category structure
Turn on Weblinks Module

Group By SubcategoriesOnYou can also choose how deep you in the subcategories you want to view
Expected result
shows links from all nested categories
Actual result
it shows only links from Level 2
Documentation Changes Required