]> source.dussan.org Git - vaadin-framework.git/commit
fix: don't update bean property which is read-only bound (#12457)
authorTatu Lund <tatu@vaadin.com>
Wed, 27 Oct 2021 13:36:06 +0000 (16:36 +0300)
committerGitHub <noreply@github.com>
Wed, 27 Oct 2021 13:36:06 +0000 (16:36 +0300)
commitfbbb689925274e0af49df14c5ac05a12759fae31
treeb6f2db5793498d630e4341b53d8718b69894f436
parent51d403f07d33add4332ad97823218a1040422ac8
fix: don't update bean property which is read-only bound (#12457)
server/src/main/java/com/vaadin/data/Binder.java
server/src/test/java/com/vaadin/data/BinderTest.java