]> source.dussan.org Git - vaadin-framework.git/commit
Refresh DataProvider only once when reordering the grid using GridRowDragger (#11981)
authorMartín López <mlopez@flowingcode.com>
Mon, 11 May 2020 07:00:35 +0000 (04:00 -0300)
committerGitHub <noreply@github.com>
Mon, 11 May 2020 07:00:35 +0000 (10:00 +0300)
commit4786732d33f2d7fc1be7268a1033707776f3a925
tree19c0725e031a7ab73979314638e8ee8f4c5e5e82
parent887f569fb99599fca9be3a5816481376294cf2c5
Refresh DataProvider only once when reordering the grid using GridRowDragger (#11981)

Fixes #10844
server/src/main/java/com/vaadin/ui/components/grid/GridRowDragger.java
server/src/test/java/com/vaadin/tests/server/component/grid/GridRowDraggerOneGridTest.java