Assigning a new workflow scheme to a project throws an java.lang.IllegalStateException

XMLWordPrintable

    • 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

              Assignee:
              Justin Koke
              Reporter:
              Justin Koke
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: