This is just some static backup of the original site, don't expect every link to work!

Changeset c6a1e7


Ignore:
Timestamp:
Sep 14, 2018, 10:20:59 PM (4 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
a22fe7
Parents:
cdc025
Message:

use fullName even if it's empty, thats what we like to have

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/vI_identityData.js

    rcdc025 rc6a1e7  
    167167 
    168168  takeOverAvailableData: function(identityData) {
    169     if (identityData.email)
     169    if (identityData.email) {
    170170      this.email = identityData.email;
    171     if (identityData.fullName)
    172171      this.fullName = identityData.fullName;
     172    }
    173173    if (identityData.id.key)
    174174      this.id.key = identityData.id.key;
Note: See TracChangeset for help on using the changeset viewer.