Skip to content

Commit f28471e

Browse files
likemusicchirag-wagento
authored andcommitted
extend default config instead overwrite
1 parent 02aaccb commit f28471e

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)