Im working on user importing to WunderSites from WunderHub and I spotted some issues:
To be able properly use users in other sites (like WunderSites), should include email field as well, so it can be used in sites as real email and also as username.
In api/team there is two entries with uid=342 and two accounts for Aleksi Johansson.
added field_login_mail to use correct mails. Only question about mail privacy, but for now i can't imagine other solution. Doable
uid=342 issue caused by entity reference relationship. As it was two values(two offices), it showed twice. Since we agreed to use just 1 value per office and job title, this isn't issue anymore. This could be issue, if start using multiple valued fields for offices again.
As I was set up site language to LV and view used to use this as filtering option, than I can access myself just using /lv/api/teamNot an issue
Im working on user importing to WunderSites from WunderHub and I spotted some issues: