* Fix bug#46982.

This commit is contained in:
xieqiyu
2024-03-15 10:15:07 +08:00
parent 8dae40f607
commit c1c154e4ce
+1 -1
View File
@@ -32,12 +32,12 @@ window.renderCell = function(result, info)
if(info.col.name == 'title' && result[0])
{
const story = info.row.data;
if(story.shadow) result[0].props.href += '#app=project';
if(story.parent > 0)
{
let html = "<span class='label gray-pale rounded-xl' title='" + children + "'>" + childrenAB + "</span>";
result.unshift({html});
}
if(story.shadow) result[0].props.href += '#app=project';
}
return result;
}