]> source.dussan.org Git - vaadin-framework.git/commit
fix: don't update bean property which is read-only bound (#12457) (#12463)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Fri, 29 Oct 2021 12:37:06 +0000 (15:37 +0300)
committerGitHub <noreply@github.com>
Fri, 29 Oct 2021 12:37:06 +0000 (15:37 +0300)
commit2723cce23c49a9c4ed5267effa2a79ffe683413a
tree8746249f7ae0284820ae170fcc04e2037cce2589
parent53d266e1abf073cef73980fe7f6954600e7419d2
fix: don't update bean property which is read-only bound (#12457) (#12463)

Authored-by: Tatu Lund <tatu@vaadin.com>
server/src/main/java/com/vaadin/data/Binder.java
server/src/test/java/com/vaadin/data/BinderTest.java