Skip to content

Commit 1d20361

Browse files
ENGCOM-1868: [Backport] Fix for issue 911 found on MSI project - Cannot read property source_… #15 #15841
- Merge Pull Request #15841 from chirag-wagento/magento2:2.1-develop-PR-port-14805 - Merged commits: 1. 68e19af
2 parents ba1ff18 + 68e19af commit 1d20361

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
@@ -104,9 +104,8 @@ define([
104104
* @param {String|Number} recordId
105105
*/
106106
deleteRecord: function (index, recordId) {
107-
this._super();
108-
109107
this.updateInsertData(recordId);
108+
this._super();
110109
},
111110

112111
/**

0 commit comments

Comments
 (0)