fix problem with repeated bad stringifies of contactMethods on contact export/import #148
Reference in New Issue
Block a user
Delete Branch "fix-contact-import-export"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Note that this changes the file export format: contactMethods would be objects and not strings. This is different from our original design so I want to make sure it makes sense. (I feel like it's reasonable, not having to force every format into the same constraints as SQL -- which has become a big pain and a source of confusion.)