Ghost/ghost/members-importer/lib
Chris Raible 90ebdacabb
🐛 Fixed members importer overwriting name and note if left blank (#19663)
fixes ENG-610

- Previously, when importing an existing member, if the name or note
field is left blank in the CSV file, this would overwrite (re: delete)
the existing name or note in the database.
- This change ensures that the name and note fields are only updated if
they are not blank in the CSV file.
2024-02-06 13:31:34 -08:00
..
email-template.js
MembersCSVImporter.js 🐛 Fixed members importer overwriting name and note if left blank (#19663) 2024-02-06 13:31:34 -08:00
MembersCSVImporterStripeUtils.js