File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/Config/Model Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -360,6 +360,10 @@ protected function _processGroup(
360
360
// set value for group field entry by fieldname
361
361
// use extra memory
362
362
$ fieldsetData = [];
363
+ foreach ($ groupData ['fields ' ] as $ fieldId => $ fieldData ) {
364
+ $ fieldsetData [$ fieldId ] = $ fieldData ['value ' ] ?? null ;
365
+ }
366
+
363
367
foreach ($ groupData ['fields ' ] as $ fieldId => $ fieldData ) {
364
368
$ isReadOnly = $ this ->settingChecker ->isReadOnly (
365
369
$ groupPath . '/ ' . $ fieldId ,
@@ -380,7 +384,6 @@ protected function _processGroup(
380
384
if (!isset ($ fieldData ['value ' ])) {
381
385
$ fieldData ['value ' ] = null ;
382
386
}
383
- $ fieldsetData [$ fieldId ] = $ fieldData ['value ' ];
384
387
$ data = [
385
388
'field ' => $ fieldId ,
386
389
'groups ' => $ groups ,
You can’t perform that action at this time.
0 commit comments