Project

General

Profile

« Previous | Next » 

Revision 94e1dc4e

Added by Andreas Kohlbecker almost 6 years ago

ref #7238 fixing field binding in PersonField to adapt to model changes

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/component/common/PersonField.java
231 231
        fieldGroup.bind(titleCacheField, "titleCache");
232 232
        fieldGroup.bind(prefixField, "prefix");
233 233
        fieldGroup.bind(initialsField, "initials");
234
        fieldGroup.bind(givenNameField, "givenname");
235
        fieldGroup.bind(familyNameField, "familyname");
234
        fieldGroup.bind(givenNameField, "givenName");
235
        fieldGroup.bind(familyNameField, "familyName");
236 236
        fieldGroup.bind(suffixField, "suffix");
237 237
        fieldGroup.bind(unlockSwitch, "protectedTitleCache");
238 238
        fieldGroup.bind(nomenclaturalTitleField, "nomenclaturalTitle");

Also available in: Unified diff