*Fix bug17647.
This commit is contained in:
@@ -278,7 +278,7 @@ function renderKanbanItem(item, $item)
|
||||
|
||||
$item.data('card', item);
|
||||
|
||||
$info.children('.estimate').text(item.estimate + kanbancardLang.lblHour);
|
||||
if(item.estimate != 0) $info.children('.estimate').text(item.estimate + kanbancardLang.lblHour);
|
||||
|
||||
$info.children('.pri')
|
||||
.attr('class', 'pri label-pri label-pri-' + item.pri)
|
||||
|
||||
Reference in New Issue
Block a user