Skip to content

Commit 0548f22

Browse files
committed
MAGETWO-53852: Event update works incorrectly
1 parent 7633c21 commit 0548f22

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ define([
153153
dnd: '${ $.dndConfig.name }'
154154
},
155155
pages: 1,
156-
pageSize: 5,
156+
pageSize: 20,
157157
relatedData: [],
158158
currentPage: 1,
159159
recordDataCache: [],
@@ -659,8 +659,6 @@ define([
659659
* @param {Number|String} prop - additional property to element
660660
*/
661661
processingAddChild: function (ctx, index, prop) {
662-
console.log('3', this.name);
663-
664662
this.bubble('addChild', false);
665663

666664
if (this.relatedData.length && this.relatedData.length % this.pageSize === 0) {

0 commit comments

Comments
 (0)