Closed
Bug 327845
Opened 19 years ago
Closed 19 years ago
typo: calStorageCalendar.writeAttendees reference to undefined property flags
Categories
(Calendar :: Provider: Local Storage, defect)
Calendar
Provider: Local Storage
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gekacheka, Assigned: gekacheka)
Details
Attachments
(1 file)
|
727 bytes,
patch
|
dmosedale
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: 20060218
Error: reference to undefined property flags
Source File: file:///C:/Program%20Files/Sunbird/components/calStorageCalendar.js
Line: 1604
This line is left over from a previous version and should have been removed in a prior edit; the HAS_ATTENDEES value is now returned instead.
Reproducible: Always
(patch -l -p 2 -i file.patch)
Attachment #212407 -
Flags: first-review?(dmose)
Comment 2•19 years ago
|
||
Is this a dataloss bug? i.e. does the typo cause it to throw, or does execution continue with an error message?
This bug throws the error shown, so an item with attendees cannot be saved to a calStorageProvider. I'm not sure whether that qualifies as dataloss, since you can't save data the first time.
Updated•19 years ago
|
Assignee: vladimir → gekacheka
Comment 5•19 years ago
|
||
Comment on attachment 212407 [details] [diff] [review]
remove leftover line referring to 'flags'
r=dmose
Attachment #212407 -
Flags: first-review?(dmose) → first-review+
You need to log in
before you can comment on or make changes to this bug.
Description
•