Closed
Bug 345593
Opened 19 years ago
Closed 19 years ago
can not modify existing event
Categories
(Calendar :: Tasks, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: damian.publicemail, Assigned: ssitter)
References
Details
Attachments
(2 files)
907 bytes,
text/plain
|
Details | |
1.98 KB,
patch
|
jminta
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060722 Calendar/0.3a2+
Can not modify events that exist
It is possible to modify new event, created in this build
This is major functionality
Reproducible: Always
Steps to Reproduce:
1. open event created in previous build
2. press OK, to close Edit Event dialog
-> no effect
Actual Results:
JS Console:
Error: flushItem DB error: not an error
Source File: file:///C:/Documents%20and%20Settings/Damian/Pulpit/sunbird/components/calStorageCalendar.js
Line: 1548
Error: kCalIDateTime is not defined
Source File: file:///C:/Documents%20and%20Settings/Damian/Pulpit/sunbird/components/calStorageCalendar.js
Line: 1712
Error: kCalIDateTime is not defined
Source File: file:///C:/Documents%20and%20Settings/Damian/Pulpit/sunbird/components/calStorageCalendar.js
Line: 1712
Error: kCalIDateTime is not defined
Source File: file:///C:/Documents%20and%20Settings/Damian/Pulpit/sunbird/components/calStorageCalendar.js
Line: 1712
Expected Results:
support event that was created and worked with previous version
I can creatte new event and modify it. The problem is with event that exists (created in previous build)
Reporter | ||
Updated•19 years ago
|
Version: unspecified → Trunk
Reporter | ||
Comment 1•19 years ago
|
||
Assignee | ||
Comment 2•19 years ago
|
||
The patch in Bug 345119 removed kCalIDateTime but does not fixed all places where it was used.
Assignee: nobody → ssitter
Status: UNCONFIRMED → ASSIGNED
Attachment #230288 -
Flags: first-review?(jminta)
Comment 3•19 years ago
|
||
Comment on attachment 230288 [details] [diff] [review]
fix missed places
r=jminta thanks for the patch!
Attachment #230288 -
Flags: first-review?(jminta) → first-review+
Comment 4•19 years ago
|
||
Need someone with a more stable connection than I have to land this.
Whiteboard: [checkin needed]
Updated•19 years ago
|
Assignee: ssitter → dszczepanik
Status: ASSIGNED → UNCONFIRMED
Comment 5•19 years ago
|
||
Checking in calStorageCalendar.js;
/cvsroot/mozilla/calendar/providers/storage/calStorageCalendar.js,v <-- calSto
rageCalendar.js
new revision: 1.88; previous revision: 1.87
done
Checked in on trunk.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Comment 6•19 years ago
|
||
(In reply to comment #5)
> Checked in on trunk.
>
Martijn, thanks! All calendar patches land immediately on both trunk and branch since they are not part of the build. Can you land on 1_8 too, please?
Comment 7•19 years ago
|
||
Oh, I didn't know that.
Checking in calStorageCalendar.js;
/cvsroot/mozilla/calendar/providers/storage/calStorageCalendar.js,v <-- calSto
rageCalendar.js
new revision: 1.61.2.17; previous revision: 1.61.2.16
done
Checked in on the 1.8.1 branch.
Assignee | ||
Comment 8•19 years ago
|
||
(In reply to comment #5)
> Checking in calStorageCalendar.js;
> /cvsroot/mozilla/calendar/providers/storage/calStorageCalendar.js,v <--
> calSto
> rageCalendar.js
> new revision: 1.88; previous revision: 1.87
> done
>
> Checked in on trunk.
>
Nit: Please mention the patch author and not the bug reporter in the check in comment next time ;-)
Comment 9•19 years ago
|
||
(In reply to comment #8)
> Nit: Please mention the patch author and not the bug reporter in the check in
> comment next time ;-)
Oops! Sorry about that.
Comment 10•19 years ago
|
||
Let me at least assign this bug to the right person then. (I just should not do any check-ins that late at night, I guess)
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Updated•19 years ago
|
Assignee: dszczepanik → ssitter
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 11•19 years ago
|
||
(In reply to comment #10)
> Let me at least assign this bug to the right person then.
Thanks - I was quite surprised why this bug was assigned to me - now looks clear, thanks :)
Reporter | ||
Comment 12•19 years ago
|
||
works
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060723 Calendar/0.3a2+
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•