* Fix bug #45417.
This commit is contained in:
@@ -76,6 +76,9 @@ window.onRenderCell = function(result, {row, col})
|
||||
}
|
||||
}
|
||||
|
||||
if(row.data.lastEditedDate == '0000-00-00 00:00:00') row.data.lastEditedDate = '';
|
||||
if(row.data.reviewedDate == '0000-00-00') row.data.reviewedDate = '';
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user