Closed
Bug 568455
Opened 16 years ago
Closed 15 years ago
CalDAV: Momentarily not available calendars are not refreshed
Categories
(Calendar :: Provider: CalDAV, defect)
Calendar
Provider: CalDAV
Tracking
(Not tracked)
RESOLVED
FIXED
1.0b3
People
(Reporter: dimassevfc, Assigned: dimassevfc)
Details
Attachments
(1 file)
|
995 bytes,
patch
|
mschroeder
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.19) Gecko/2010040116 Ubuntu/9.04 (jaunty) Firefox/3.0.19
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.1.11pre) Gecko/20100519 Lightning/1.0b2pre Shredder/3.0.6pre
Momentarily not available CalDAV calendars are not refreshed
Reproducible: Always
Steps to Reproduce:
1.Create a CalDAV calendar and authenticate in it with a read-only user.
2.Create a new event
3.A MODIFICATION_FAILED error will occur because the user lacks the required permission.
4.The calendar will become "momentarily not available"
5.Reload Remote Calendars
Actual Results:
The calendar does not get refreshed and this error appears in the error console: "aChangelogListener is not define".
Also, the warning icon does not disappear.
This behaviour doesn't change unless TBL is restarted.
Expected Results:
The calendar should be refreshed, no error should appears in the error console and the warning icon should be gone.
I think this patch resolve the bug.
Attachment #447732 -
Flags: review?(browning)
Updated•16 years ago
|
Assignee: nobody → dimassevfc
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
OS: Linux → All
Hardware: x86 → All
Updated•15 years ago
|
Attachment #447732 -
Flags: review?(browning) → review?(simon.at.orcl)
Comment 2•15 years ago
|
||
pushed to comm-central without the re-assignment of aChangeLogListener which is not required (unless I missed something?) :
http://hg.mozilla.org/comm-central/rev/5c4066d20b36
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 3•15 years ago
|
||
Comment on attachment 447732 [details] [diff] [review]
Patch for Bug 568455
Got reviewed by Simon V.
Attachment #447732 -
Flags: review?(simon.at.orcl) → review+
Updated•15 years ago
|
Target Milestone: --- → 1.0b3
Comment 4•15 years ago
|
||
Backported to comm-1.9.2 <http://hg.mozilla.org/releases/comm-1.9.2/rev/830cdc4eee40>
a=philipp
You need to log in
before you can comment on or make changes to this bug.
Description
•