Commit c47e3aa7 by Kim Eunchul

Task #45172 更新要コンテンツ表示対応

parent 366b36cb
......@@ -2992,7 +2992,7 @@ CHK.createOperationList = function(operationList, isSearched = false) {
}
for (var i = 0; i < operationList.length; i++) {
var operationTR;
if(operationList[i].updateFlg == 1){
if(operationList[i].needSyncFlg == 1){
operationTR = $("<tr class= 'update'/>");
}else{
operationTR = $("<tr/>");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment