6.0
both xml files category.xml and category_some_specific_variant.xml exist and
I call $result = $this->loadForm('componentName.category', 'category_some_specific_variant')
I expect $result->getXML to contain only one fieldset with correct overwriting, with category_some_specific_variant.xml taking precedence over category.xml
Joomla! 6.0.3 Stable [ Kuimarisha ] 17-February-2026 16:00 UTC
PHP 8.3.16
The issue applies to all current Joomla Versions afaik
| Labels |
Added:
No Code Attached Yet
bug
|
||
Hm, or maybe not :)
Hi 👋
I am Harshita, a GSoC 2026 applicant working on the Multicategory Support project.
I am currently exploring how categories are handled in Joomla and came across this issue. I would like to understand more about how category selection is implemented and what challenges exist in extending it.
Any guidance would be really helpful. Thanks!
Hi 👋
I am Harshita, a GSoC 2026 applicant working on the Multicategory Support project.
I am currently exploring how categories are handled in Joomla and came across this issue. I would like to understand more about how category selection is implemented and what challenges exist in extending it.
Any guidance would be really helpful. Thanks!
Hi @Harshita-kothari
this issue is not connected to the joomla category system. Its an issue with how the xml forms are loaded. So this issue doesnt match the topic you are looking for.
It is expected behavior, it is how the Form class work.