* [refac bug #56979] Add delay label for bug.
This commit is contained in:
@@ -136,6 +136,8 @@ window.renderCell = function(result, info)
|
||||
}
|
||||
if(info.col.name == 'deadline' && result[0])
|
||||
{
|
||||
if(['done', 'cancel', 'close'].includes(task.rawStatus)) return result;
|
||||
|
||||
const today = zui.formatDate(zui.createDate(), 'yyyy-MM-dd');
|
||||
const yesterday = zui.formatDate(convertStringToDate(today) - 24 * 60 * 60 * 1000, 'yyyy-MM-dd');
|
||||
if(result[0] == today)
|
||||
|
||||
Reference in New Issue
Block a user