зеркало из https://github.com/mozilla/pjs.git
make 'Hide Completed Tasks' work. bug 295214, r=dmose
This commit is contained in:
Родитель
eb4965a8e3
Коммит
eb49fa8f3a
|
@ -700,8 +700,8 @@ calStorageCalendar.prototype = {
|
|||
flags = flags.value;
|
||||
|
||||
var itemIsCompleted = false;
|
||||
if (item.todo_complete == 100 ||
|
||||
item.todo_completed != null ||
|
||||
if (item.percentComplete == 100 ||
|
||||
item.completedDate != null ||
|
||||
item.ical_status == kCalITodo.CAL_TODO_STATUS_COMPLETED)
|
||||
itemIsCompleted = true;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче