Closed
Bug 299238
Opened 20 years ago
Closed 20 years ago
Problems with creating tasks
Categories
(Calendar :: Sunbird Only, defect)
Calendar
Sunbird Only
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mvl, Assigned: mvl)
References
Details
Attachments
(1 file)
4.88 KB,
patch
|
jminta
:
first-review+
|
Details | Diff | Splinter Review |
There are a bunch of problems with creating tasks. I don't feel like splitting
them, so gonna dump them all in this bug.
Assignee | ||
Comment 1•20 years ago
|
||
First part. Fixes memory provider to return tasks (needed for ics). Updates
some callers to changed api's.
Attachment #187795 -
Flags: first-review?(pavlov)
Assignee | ||
Updated•20 years ago
|
Attachment #187795 -
Flags: first-review?(pavlov) → first-review?(jminta)
Comment 2•20 years ago
|
||
Comment on attachment 187795 [details] [diff] [review]
part 1
This seems to help a good deal with the problem described in bug 295214 comment
1. The remaining problem I see is that tasks appear completed (strikethrough)
with status=="IN-PROCESS" but percentComplete==100. I'm not sure if there are
other parts of code that make this mistake too, but I'd like to see those fixed
in a future patch on this bug or another bug filed for them.
Attachment #187795 -
Flags: first-review?(jminta) → first-review+
Assignee | ||
Comment 3•20 years ago
|
||
There is a .isCompleted now, which we need to use for the UI. See bug 299163.
Assignee | ||
Comment 4•20 years ago
|
||
patch checked in
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•