Skip to content

Commit 81e4833

Browse files
ENGCOM-1954: [Forwardport] Extend default config instead overwrite #16045
- Merge Pull Request #16045 from chirag-wagento/magento2:2.3-develop-PR-port-16001 - Merged commits: 1. f28471e
2 parents 02aaccb + f28471e commit 81e4833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/adminhtml/form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ define([
389389
var idTo, idFrom, values, fromId, radioFrom;
390390

391391
if (config) {
392-
this._config = config;
392+
this._config = jQuery.extend(this._config, config);
393393
}
394394

395395
for (idTo in elementsMap) { //eslint-disable-line guard-for-in

0 commit comments

Comments
 (0)