Skip to content

Commit cb1e674

Browse files
ENGCOM-1358: Fix for issue 911 found on MSI project - Cannot read property source_… #14805
- Merge Pull Request #14805 from phoenix128/magento2:fix-datrow-grids-delete-action - Merged commits: 1. c174682
2 parents 782bc0e + c174682 commit cb1e674

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)