Bug 998281 - Default status new event is available, should be busy. r=philipp
This commit is contained in:
Родитель
6edddcb4c4
Коммит
ae845f8b45
|
@ -467,6 +467,10 @@ function loadDialog(item) {
|
|||
updateReminder(true);
|
||||
|
||||
gShowTimeAs = item.getProperty("TRANSP");
|
||||
// set default value for a new event
|
||||
if (!gShowTimeAs & window.mode == "new" && cal.isEvent(item)) {
|
||||
setShowTimeAs(gStartTime.isDate);
|
||||
}
|
||||
updateShowTimeAs();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче