-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 3.6.5
-
Component/s: Administration - Workflows
-
3.06
This is a small error in SelectProjectWorkflowSchemeStep2 where a has permission check is being performed.
Specifically:
if (hasPermission())
{
return getRedirect("ViewProject.jspa?pid=" + getProjectId());
}
We should simply redirect and rely on ViewProject to manage the session and permission check