You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Better detection of line breaks in CSV output. It's possible in some CSV importers that if a data collector presses Enter key in a text input on a form, it will "break" the row of data in CSV exports because Excel doesn't know how to parse that.
Possible solution: Let's escape line breaks with \n so that shows up in output.
Chris has a theory this bug only happens when it's the columns from appended user profiles.
@TSSlade@lachko@chrisekelley We have a backlog of PRs I went through today. I've added the ones you made under your name on this planning ticket and pointed all PRs toward the next branch. Let's make sure to do code reviews on Wednesday to start doing merges in preparation for v3.19.0.
Evans
Chris
CaseService.delete()
API could be repurposed to make aCaseService.archive()
API. Add CaseService.delete() API #2508R.J.
Tim
Lachko
The text was updated successfully, but these errors were encountered: