This commit is contained in:
tianshujie
2024-04-23 10:31:55 +08:00
parent 3924959c98
commit 975fb74f4f
+1 -1
View File
@@ -20,7 +20,7 @@ window.getItem = function(info)
{
info.item.titleUrl = $.createLink('execution', 'task', `id=${info.item.id}`);
}
else if(info.item.type == 'doingProjects' && privs.canViewProject)
else if(['waitingProjects', 'doingProjects'].includes(info.item.type) && privs.canViewProject)
{
info.item.titleUrl = $.createLink('project', 'index', `id=${info.item.id}`);
}