* [bug#61147,done,0.5h,0h] Fix task title error.
This commit is contained in:
@@ -56,6 +56,7 @@ window.onRenderCell = function(result, {col, row})
|
||||
result[0].props.children = data.type == 'point' ? '' : data.name;
|
||||
if(data.id.indexOf('tid') > -1 && data.type != 'point')
|
||||
{
|
||||
result[0].props.title = data.rawName;
|
||||
result[0].props.children = data.rawName;
|
||||
result[0].props.href = $.createLink('task', 'view', 'taskID=' + data.rawID);
|
||||
html += data.prefixLabel;
|
||||
|
||||
Reference in New Issue
Block a user