* Fix bug #48480.
This commit is contained in:
@@ -235,7 +235,7 @@ window.getCol = function(col)
|
||||
|
||||
window.getItem = function(info)
|
||||
{
|
||||
if(info.item.delay)
|
||||
if(info.item.delay && ['wait', 'doing'].includes(info.item.status))
|
||||
{
|
||||
info.item.suffix = productplanLang.expired;
|
||||
info.item.suffixClass = 'label danger rounded-xl' + (info.item.status == 'doing' ? ' mr-8' : '');
|
||||
|
||||
Reference in New Issue
Block a user