Ghost/ghost
Kevin Ansfield ca473fc273 🐛 Fixed potential member data loss when assigning geolocation data
no issue

- `setMemberGeolocationFromIp()` was passing a raw model instance through to `users.update()` rather than a data object causing the `model.edit()` call to overwrite existing data such as labels because `modelInstance.labels` is a function rather than an array
- removed unnecessary `withRelated: ['labels']` as it's not necessary for the update, member data is fetched again with all necessary includes by `getMemberIdentityData()` before returning
2021-05-10 11:24:10 +01:00
..
magic-link Published new versions 2021-04-20 17:23:04 +05:30
members-api 🐛 Fixed potential member data loss when assigning geolocation data 2021-05-10 11:24:10 +01:00
members-csv Published new versions 2021-03-10 17:23:30 +00:00
members-ssr Published new versions 2021-04-20 17:23:04 +05:30