Closed
Bug 1771581
Opened 3 years ago
Closed 2 years ago
VCardProperties should not accept duplicate entries
Categories
(MailNews Core :: Address Book, defect)
MailNews Core
Address Book
Tracking
(Not tracked)
RESOLVED
FIXED
102 Branch
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Right now, if you have a VCardProperties
object and call addEntry
twice with the same argument, the entry is duplicated. This shouldn't happen, entries should be unique.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/34149336f240
Don't accept duplicate property entries in VCardProperties. r=#thunderbird-reviewers,aleca
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•