]> source.dussan.org Git - vaadin-framework.git/commit
Fix for Grid client-side exception. (#10166)
authorPiotr Wilkin <piotr.wilkin@syndatis.com>
Wed, 11 Oct 2017 07:23:22 +0000 (09:23 +0200)
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>
Mon, 23 Oct 2017 09:34:49 +0000 (12:34 +0300)
commitf31632b8e8db7ca4739536ec7b74ef57f2ce4988
treef95703cae5bd5a4747ac1088903473fd34d28c4f
parent4aa578d8c084db3f6f22d7c788543a88eacd54d6
Fix for Grid client-side exception. (#10166)

Do not try to update the select all checkbox if it is not visible.

Fixes #10164
client/src/main/java/com/vaadin/client/widgets/Grid.java