Closed
Bug 285582
Opened 20 years ago
Closed 20 years ago
storage provider always returns Occurrences
Categories
(Calendar :: Provider: Local Storage, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jt, Assigned: vlad)
Details
Attachments
(1 file)
|
779 bytes,
patch
|
vlad
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7.6) Gecko/20050301 Firefox/1.0.1 Build Identifier: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7.6) Gecko/20050301 Firefox/1.0.1 for getItems(), providers should only return Occurrences (also known as recurrences) when requested by the caller. The storage provider -always- returns Occurrences, breaking in particular the unifinder, which in its current incarnantion only wants events, and not their occurrences Reproducible: Always Steps to Reproduce: 1. Start a calendar built from trunk, using a calendar that is local (storage) 2. Create an event that recurrs forever 3. Select "All Events" in the unifinder Actual Results: The unifinder tries to load an infinite number of items Expected Results: For "All Events", the unifinder should only show the first occurrence, as per bug #285033
Comment 1•20 years ago
|
||
This patch fixes the issue.
Updated•20 years ago
|
Attachment #177359 -
Flags: first-review?(vladimir)
| Assignee | ||
Comment 2•20 years ago
|
||
Comment on attachment 177359 [details] [diff] [review] Fix the occurence issue r=vladimir, checked in. thanks!
Attachment #177359 -
Flags: first-review?(vladimir) → first-review+
| Assignee | ||
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•