LastModifiedDate not set on addressbook cards (and addressbooks)
Categories
(Thunderbird :: Address Book, defect)
Tracking
(thunderbird_esr78+ fixed, thunderbird79 fixed)
People
(Reporter: G.Gersdorf, Assigned: darktrojan)
Details
(Keywords: dataloss, regression)
Attachments
(1 file)
7.16 KB,
patch
|
khushil324
:
review+
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0
Steps to reproduce:
Edit an addressbook card or call card.setProperty('LastModifiedDate', timestamp);
Actual results:
Nothing.
card.getProperty('LastModifiedDate', default) returns either 0 or a time, set on the card with TB68
Expected results:
card.getProperty('LastModifiedDate', default) should return an actual time
This happens at least since TB72.
lastModifiedDate of an nsIAbDirectory was never set (since TB2?)
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Because this bug's Severity has not been changed from the default since it was filed, and it's Priority is --
(non,) indicating it has has not been previously triaged, the bug's Severity is being updated to --
(default, untriaged.)
Assignee | ||
Comment 3•4 years ago
|
||
I've been vaguely aware of this for a while, just never got around to dealing with it.
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Comment 4•4 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/6e970f979fcc
Save the LastModifiedDate on addressbook cards. r=khushil
Assignee | ||
Updated•4 years ago
|
Comment 6•4 years ago
|
||
Comment 7•4 years ago
|
||
bugherder uplift |
Thunderbird 79.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/83f8718cb32a
Updated•4 years ago
|
Assignee | ||
Comment 8•4 years ago
|
||
Comment 9•4 years ago
|
||
Comment 10•4 years ago
|
||
bugherder uplift |
Thunderbird 78.1.0:
https://hg.mozilla.org/releases/comm-esr78/rev/2ac6f6488701
Description
•