View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001732 | SOGo Integrator | public | 2012-03-26 14:33 | 2012-07-24 12:26 | |
Reporter | raffael | Assigned To | ludovic | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 10.0 | ||||
Fixed in Version | 10.0.3 | ||||
Summary | 0001732: Unsubscription of calendar disabled | ||||
Description | The button in the toolbar from the SOGO-Integrator addon does not work anymore. Timestamp: 03/26/2012 04:24:09 PM Removing the calendar with right-click context menu works, but the calendar is not really unsubscripted. It reappears after restarting thunderbird. | ||||
Additional Information | I checked the sources and it seems that the openCalendarUnsubscriptionDialog is commented out and there is missing something. I wrote a little patch. It seems to work for me. Is there any reason not to use it? Or why did you comment out this part? | ||||
Tags | No tags attached. | ||||
2012-03-26 14:33
|
unsub.patch (567 bytes)
--- orig/chrome/content/calendar/calendar-overlay.js 2012-02-13 20:34:09.000000000 +0100 +++ new/chrome/content/calendar/calendar-overlay.js 2012-03-26 15:57:00.471519030 +0200 @@ -68,8 +68,10 @@ alert(bundle.getString("deletePersonalCalendarError")); } -/* function openCalendarUnsubscriptionDialog() { - let calendar = getSelectedCalendar(); */ +function openCalendarUnsubscriptionDialog() { + let calendar = getSelectedCalendar(); + promptDeleteCalendar(calendar); +} function promptDeleteCalendar(calendar) { let url = calendar.uri.spec; |
This has been fixed a few days ago. It'll be part of v10.0.3. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2012-03-26 14:33 | raffael | New Issue | |
2012-03-26 14:33 | raffael | File Added: unsub.patch | |
2012-07-24 12:26 | ludovic | Note Added: 0004216 | |
2012-07-24 12:26 | ludovic | Status | new => resolved |
2012-07-24 12:26 | ludovic | Fixed in Version | => 10.0.3 |
2012-07-24 12:26 | ludovic | Resolution | open => fixed |
2012-07-24 12:26 | ludovic | Assigned To | => ludovic |