mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[GH-ISSUE #1652] Contacts name with special characters don't work #1298
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1298
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @npfe on GitHub (Jan 8, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1652
Impacted versions
Steps to reproduce
Create a new contact using the web interface and put this character somewhere in the name "é" , when the page with pull data from the rest API using
https://<server_address>/api/v1/address-books/sync_from_cdav/it will reply with500 server error.I enabled debug, browsed to
sync_from_cdavand this is what I could see: pastebinHowever !
It seems like radicale is doing just fine, I can sync the contact with the special character to my phone and to my other webmail.
Let me know if you need additional info !
Thanks!
@tonioo commented on GitHub (Jan 9, 2019):
@npfe I think there is enough information, thank you. Could you just move this issue to the right repository: https://github.com/modoboa/modoboa-contacts/?
@npfe commented on GitHub (Jan 9, 2019):
@tonioo I created an issue there #24 - Thanks !