Merge branch 'sprint/179_zhengrunyu_Fixbug' into 'master'
*Fix bug17647. See merge request easycorp/zentaopms!1011
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