TryGhost
OSS
Ghost
Overview
Sign in / Sign up
Open main menu
Ghost
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
29511
402c1b76 🐛 Fixed a members import label containing a comma being split in two no ref Labels typed into the import form apply to every member and are one name each, but they were folded into the parsed rows before the intermediate file was written. That file carries labels as a comma-separated column, which is right for the per-row labels a CSV can contain and wrong for these, so a label of "Bristol, UK" came back as "Bristol" and " UK". They are applied when each member is built instead, so they never go through that column, and copied on the way through: the member model stamps ids and trims names onto label objects in place, and one of them is the import label the importer looks up again once the import has finished.
by Rob Lester
R
Succeeded
29511
25f70697 🐛 Fixed a members import label containing a comma being split in two no ref Labels typed into the import form apply to every member and are one name each, but they were folded into the parsed rows before the intermediate file was written. That file carries labels as a comma-separated column, which is right for the per-row labels a CSV can contain and wrong for these, so a label of "Bristol, UK" came back as "Bristol" and " UK". They are applied when each member is built instead, so they never go through that column, and copied on the way through: the member model stamps ids and trims names onto label objects in place, and one of them is the import label the importer looks up again once the import has finished.
by Rob Lester
R
Previous page
Previous
Next
Next page