-
Notifications
You must be signed in to change notification settings - Fork 177
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
Importing a vcf file will skip the NOTE field content after the first comma #3721
Comments
I get a slightly different result. The "," shows up in Notes rendered as "\," See #3736 |
On 5.5.0, in the Notes field, I'm getting quotation marks appearing as "\"", colons appearing as "\:", though commas now seem to be fine. In the Website field, I'm getting addresses looking like this: "https\\://foo.com" (yes, two slashes). In the address field, I'm still getting things rendered as here: #3736 (comment) |
All issues mentioned in previous post, not repaired in 5.5.1 |
Status? |
Describe the bug
When trying to import an addressbook, if a contact contains some "NOTE" data containing a comma, the field is only imported up to the first comma.
Steps to reproduce
Given the following vcf file
Expected behavior
When looking at Alice Test contact, the Note field should read "Some note without comma"
When looking at Bob Test contact, the Note field should read "Some note, with comma"
Actual behavior
When looking at Alice Test contact, the Note field reads "Some note without comma" ✅
When looking at Bob Test contact, the Note field reads "Some note" ❗
Contact version
5.4.2 on NC 27.1.4
Operating system
Debian 5.10
PHP engine version
Other
Web server
Nginx
Database
MariaDB
Additional info
PHP 8.2.13
Installed as Nextcloud App for YunoHost https://github.com/YunoHost-Apps/nextcloud_ynh/
The text was updated successfully, but these errors were encountered: