-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import to csv notification quoting fix #2395
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird, this still doesn't solve it for me. I still see "Export of file ''{filename}'' completed!" in the snackbar.
I tried upgrading to the latest react-intl version, but even that doesn't really solve it.
Maybe we should cheat and switch to the corresponding unicode {left,right} single quotation marks (U+2018, U+2019)? That seems to do the trick.
Interesting. I changed it to the unicode characters. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works for me now
Also, Matheus can correct me if I am wrong, but I believe there is no need to update original.json, as well. |
@vctt94 Sorry, I have reverted it. |
closes #2356