Skip to content

Commit

Permalink
8830: Can`t delete row in dynamicRows component
Browse files Browse the repository at this point in the history
  • Loading branch information
RomaKis committed Nov 28, 2017
1 parent 9c3d257 commit 0a6a2d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<button class="action-delete"
attr="{'data-action': 'remove_row'}"
data-bind="
click: function(){ $data.processingDeleteRecord($parents); },
click: function(){ $parent.processingDeleteRecord($record().index, $record.recordId); },
attr: {
title: $parent.deleteButtonLabel
}
Expand Down

0 comments on commit 0a6a2d9

Please sign in to comment.