mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
Display null dates as empty
This commit is contained in:
parent
fce81a3e67
commit
c21469a106
@ -605,7 +605,7 @@ var et2_date_ro = et2_valueWidget.extend([et2_IDetachedDOM], {
|
||||
|
||||
this.value = _value;
|
||||
|
||||
if(_value == 0)
|
||||
if(_value == 0 || _value == null)
|
||||
{
|
||||
this.span.attr("datetime", "");
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user