|
|
@ -581,6 +581,10 @@ public class Controller {
|
|
|
|
ErrorPrinter.printWarning("saveTodoEntry > Didn’t find element #todoDetailDate!");
|
|
|
|
ErrorPrinter.printWarning("saveTodoEntry > Didn’t find element #todoDetailDate!");
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if ( dd == null ) {
|
|
|
|
|
|
|
|
this.updateStatusLine("Invalid date!");
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
if (!this.currentTodo.validateTime(((TextField) n).getText())) {
|
|
|
|
if (!this.currentTodo.validateTime(((TextField) n).getText())) {
|
|
|
|
this.updateStatusLine("Invalid time format, use HH:MM!");
|
|
|
|
this.updateStatusLine("Invalid time format, use HH:MM!");
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|