Fix for menu items containing nested field groups and no immediate fields in request#25213
Fix for menu items containing nested field groups and no immediate fields in request#25213HLeithner merged 3 commits intojoomla:stagingfrom SharkyKZ:j3/menuItemRequest
Conversation
|
This works for me. Thanks for the quick fix. |
|
@muesliflyer please mark your test as successfully (how to: https://docs.joomla.org/Testing_Joomla!_patches#Recording_test_results) |
|
I have tested this item ✅ successfully on 914b2c8 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/25213. |
|
For the test, I installed Patch Tester 2.0.1 (the stable version). When fetching the patch data, I got an error:
Then I installed the latest version 3.0.0 beta 4. Then it worked. |
?? |
|
@infograf768 it's about Patchtester. |
|
I have tested this item ✅ successfully on 5bba89d This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/25213. |
|
Status "Ready To Commit". |
|
thx |
Pull Request for Issue #25211.
Summary of Changes
Get
requestgroup fields recursively.Testing Instructions
Create/modify view layout XML file to contain a nested field group but no immediate fields in
requestfield group, e.g.:Create a menu item for the view.
Inspect
Linkfield value.Expected result
Nested group field parameters included, e.g.:
Actual result
Nested group field parameters not included, e.g.:
Documentation Changes Required
No.