certat / do-portal

This project is in maintenance mode and will only receive bug fixes, but no new features. A new version of this software is being developed.
5 stars 5 forks source link

email from newly created contacts not shown in organisation view anymore #70

Closed certrik closed 5 years ago

certrik commented 5 years ago

email adress from new created contacts is not shown anymore. See /#!/organizations/5 first four contacts in orga. grafik

davewood commented 5 years ago

Error also on my test system.

staging server backend and frontend are up to date.

data exists in DB but the ajax req returns empty attributes for some reason.

{"email": null, "id": 5754, "membership_role_id": 25, "mobile": null, "organization_id": 2, "phone": null, "sms_alerting": 0, "user_id": 499}

mark is looking into it.

MarkHofstetter commented 5 years ago

after some pondering this seems to be a frontend or rather a non-issue

the api returns all the data for the user - the data displayed (correctly) is the role/membership details data, which needs not to be filled in. So if the email/phone/etc is for the membership is present it is displayed