mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 01:45:58 +03:00
[GH-ISSUE #540] import aliases csv with empty fields creates dlist instead of alias #516
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#516
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 @themr0c on GitHub (Apr 3, 2014).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/540
Originally assigned to: @tonioo on GitHub.
While preparing in libreoffice a csv to import aliases, i ended up with a csv file where empty fields are delimited, like that:
During the import of this file into modoboa, the entry was converted into a dlist.
If i edit the imported entry in modoboa and save it, it is converted again into an alias.
IMHO, the converter should check if recipients csv fields are empty, and import as an alias en entry like the one shown above.