ajones05 / seearound.me-ionic

0 stars 0 forks source link

Edit profile #85

Closed ajones05 closed 7 years ago

ajones05 commented 8 years ago

When I hit save changes, it goes back to the profile but without any changes. (I tried to edit interests, but nothing changed)

ajones05 commented 7 years ago

I'm still experiencing the same issue: https://www.dropbox.com/s/ctskczcf0lk05jq/edit_profile_issue_persisting.mov?dl=0

abdulhafeez commented 7 years ago

Strange! When I tested with same account, all was good. So, something (most probably, the date format) must have gone wrong after the update. Let me check.

abdulhafeez commented 7 years ago

OK, due to difference in date handling, same fix is not working for both platforms. Fix for iOS had to be slightly different. I have done it now so should be working OK.

ajones05 commented 7 years ago

This seems fine for iOS now, but still not working properly on Android. Also still seems related to DOB. Issue is when either 1. you try to clear DOB or 2. you've never set DOB and try changing other profile info.

abdulhafeez commented 7 years ago

@yuriyua I get Invalid date error when no date is selected. What should I pass to http://www.seearound.me/mobile/edit-profile if user does not select a date or date field is empty?

abdulhafeez commented 7 years ago

OK, passing birth_date : null did not work but omitting birth_date param worked. So, plz don't do anything. Its fixed.