]> 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)
committerHenri Sara <henri.sara@gmail.com>
Wed, 11 Oct 2017 07:23:22 +0000 (10:23 +0300)
commit69c6675572e05c6b9c193b402f8d980f6af40884
tree64976d3cf8b67a9b3465d7e20cb6f1332ce417ab
parentcc136864d3562699b52a8a54a57cdb317029f69b
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