* [refac bug #53452] Change to do not open page in modal.

This commit is contained in:
wangyidong
2024-08-01 14:16:49 +08:00
committed by 孙广明
parent 16587bd630
commit efeb5181bd
+1
View File
@@ -6,6 +6,7 @@ window.onRenderCell = function(result, {row, col})
{
result[0].props.items[0]['disabled'] = projectPriv ? false: true;
result[0].props.items[0]['url'] = projectReviewLink.replace('{id}', row.data.id);
delete result[0].props.items[0]['data-toggle'];
}
else if(reviewPrivs[row.data.module])
{