зеркало из https://github.com/mozilla/gecko-dev.git
don't allow to explicitly set the participation status to 'needs-action'
This commit is contained in:
Родитель
8dd8a497fd
Коммит
a5aa8442f4
|
@ -1290,7 +1290,7 @@
|
|||
} else if (status == "DECLINED") {
|
||||
event.originalTarget.setAttribute("status","TENTATIVE");
|
||||
} else if (status == "TENTATIVE") {
|
||||
event.originalTarget.setAttribute("status","NEEDS-ACTION");
|
||||
event.originalTarget.setAttribute("status","ACCEPTED");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче