diff options
author | schaerl <luki.schaer@hispeed.ch> | 2017-11-22 06:26:57 +0100 |
---|---|---|
committer | caalador <mikael.grankvist@gmail.com> | 2017-11-22 07:26:57 +0200 |
commit | 3569a33239693461d588dbfd1005730943118702 (patch) | |
tree | 3f1842ba0f18e7f7cb6229b74e54ef957e1e2309 /compatibility-server/src | |
parent | c6f5c583ada3edefa53a94c9ec72bc8c5721249d (diff) | |
download | vaadin-framework-3569a33239693461d588dbfd1005730943118702.tar.gz vaadin-framework-3569a33239693461d588dbfd1005730943118702.zip |
Fix nested bean property name (#10271)
* Changed retrieval of names of nested properties (#10159)
The getName() function in NestedBeanPropertyDefinition will return only the top level name, which causes problems when adding a nested property that has the same name as a non-nested (e.g "value" & "sub.value")
This change should fix this behaviour by changing the return value of "getName()" of NestedBeanPropertyDefinition and introducing a function "getTopLevelName()" that only returns the last part of the full name for where it's needed
Diffstat (limited to 'compatibility-server/src')
0 files changed, 0 insertions, 0 deletions