]> source.dussan.org Git - vaadin-framework.git/commit
Avoid double unregister of columns on the client side
authorArtur Signell <artur@vaadin.com>
Mon, 6 Mar 2017 19:13:17 +0000 (21:13 +0200)
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>
Thu, 16 Mar 2017 14:21:24 +0000 (16:21 +0200)
commitc21cad5df63e998d1656e8cb1753c3d02e5891b8
treec602440fc51736a61467813e38867529ac0724ee
parent1a9c36fd820ef4147b6c1b1a012f9449154d218e
Avoid double unregister of columns on the client side

Columns unregister themselves from the grid through removeColumn, also
when the whole grid is removed.

Fixes #8748
client/src/main/java/com/vaadin/client/connectors/grid/GridConnector.java
uitest/src/main/java/com/vaadin/tests/components/grid/GridDetach.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/grid/GridDetachTest.java [new file with mode: 0644]