Closed
Bug 453453
Opened 17 years ago
Closed 17 years ago
Error in calAttendee.js when opening properties dialog
Categories
(Calendar :: Internal Components, defect)
Calendar
Internal Components
Tracking
(Not tracked)
VERIFIED
FIXED
0.9
People
(Reporter: Fallen, Assigned: Fallen)
References
Details
Attachments
(2 files, 1 obsolete file)
12.03 KB,
patch
|
dbo
:
review+
|
Details | Diff | Splinter Review |
10.67 KB,
patch
|
Details | Diff | Splinter Review |
On calendars that don't have organizerId set, an error shows up, resulting in an empty properties dialog. This patch fixes.
Attachment #336651 -
Flags: review?(daniel.boelzle)
Updated•17 years ago
|
Attachment #336651 -
Flags: review?(daniel.boelzle) → review+
Comment 2•17 years ago
|
||
Comment on attachment 336651 [details] [diff] [review]
Fix - v1
r=dbo
Patch fixes the properties dialog problem, but now, when I create a new local calendar, I can't see the email drop-down list in the second step of the wizard (neither the label).
Not sure if related to this bug or another one.
Like this one, it worked on Lg 2008090118.
Assignee | ||
Comment 4•17 years ago
|
||
Thanks for testing! This saved me a further checkin and some time ;-)
This should fix it, after talking with daniel we decided to get rid of the label, since the imip identity and the organizer id are really two different things. Nevertheless we decided to provide a way to hide the menulist.
Attachment #336651 -
Attachment is obsolete: true
Attachment #336831 -
Flags: review?(daniel.boelzle)
Assignee | ||
Comment 5•17 years ago
|
||
I've changed a bunch of whitespaces in the previous patch, here a version without whitespace changes.
Updated•17 years ago
|
Attachment #336831 -
Flags: review?(daniel.boelzle) → review+
Comment 6•17 years ago
|
||
Comment on attachment 336831 [details] [diff] [review]
Fix - v2
r=dbo
Please document that imip.identity.disabled is transient (maybe take over into the transient list in base provider) to indicate that the property is a static thing of the provider.
Assignee | ||
Comment 7•17 years ago
|
||
(In reply to comment #6)
> Please document that imip.identity.disabled is transient (maybe take over into
> the transient list in base provider) to indicate that the property is a static
> thing of the provider.
Done.
Checked in on HEAD and MOZILLA_1_8_BRANCH and SUNBIRD_0_9_BRANCH
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → 0.9
You need to log in
before you can comment on or make changes to this bug.
Description
•