Bug 389036 - recurring task: only first instance is shown in agenda; r=dbo
git-svn-id: svn://10.0.0.236/trunk@231099 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -415,9 +415,9 @@ function refreshCalendarQuery()
|
||||
{
|
||||
var filter = this.calendar.ITEM_FILTER_CLASS_OCCURRENCES;
|
||||
if (document.getElementById("completed-tasks-checkbox").checked) {
|
||||
filter = this.calendar.ITEM_FILTER_COMPLETED_ALL;
|
||||
filter |= this.calendar.ITEM_FILTER_COMPLETED_ALL;
|
||||
} else {
|
||||
filter = this.calendar.ITEM_FILTER_COMPLETED_NO;
|
||||
filter |= this.calendar.ITEM_FILTER_COMPLETED_NO;
|
||||
}
|
||||
|
||||
if (!this.filterType)
|
||||
|
||||
Reference in New Issue
Block a user