Skip to content
This repository was archived by the owner on May 20, 2019. It is now read-only.

Commit e9cac53

Browse files
ENGCOM-1869: [Backport] Fix for issue 911 found on MSI project - Cannot read property source_… #14 #15840
- Merge Pull Request magento/magento2#15840 from chirag-wagento/magento2:2.2-develop-PR-port-14805 - Merged commits: 1. 7d2d8cc
2 parents 1b52d8c + 7d2d8cc commit e9cac53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Ui/view/base/web/js/dynamic-rows/dynamic-rows-grid.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,8 @@ define([
109109
* @param {String|Number} recordId
110110
*/
111111
deleteRecord: function (index, recordId) {
112-
this._super();
113-
114112
this.updateInsertData(recordId);
113+
this._super();
115114
},
116115

117116
/**

0 commit comments

Comments
 (0)