]> source.dussan.org Git - vaadin-framework.git/commit
Fix Push inserts producing duplicate rows in Table (#13562)
authorJuuso Valli <juuso@vaadin.com>
Wed, 7 May 2014 06:39:14 +0000 (09:39 +0300)
committerVaadin Code Review <review@vaadin.com>
Thu, 15 May 2014 09:30:56 +0000 (09:30 +0000)
commit40a80c51803a109083d3949039448beeefd7f9da
treead7a5d74eb4b8d02cc64bbaa018373911e41b75f
parent023568931d8eca775a9f6ab2e584e7ccfae83bd4
Fix Push inserts producing duplicate rows in Table (#13562)

Change-Id: I050553b233fb7024049c31d9495d90f4d88239c8
server/src/com/vaadin/ui/Table.java
uitest/src/com/vaadin/tests/components/table/AsyncPushUpdates.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/AsyncPushUpdatesTest.java [new file with mode: 0644]