fix locale date format in report header and more (#2520)
* fix problem with empty end datetime in edit time * fixed calendar creation with tags in "pre-defined tags" mode * fix locale date format in report header
This commit is contained in:
@@ -248,6 +248,7 @@
|
||||
{
|
||||
if (durationMoment === null) {
|
||||
getDurationField().value = '';
|
||||
return;
|
||||
}
|
||||
|
||||
if (!durationMoment.isValid()) {
|
||||
|
||||
Reference in New Issue
Block a user