Incorrect build number links on Project Group Summary
-----------------------------------------------------

                 Key: CONTINUUM-1121
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1121
             Project: Continuum
          Issue Type: Bug
          Components: Web - UI
    Affects Versions: 1.1
            Reporter: Wendy Smoak


On the Project Group Summary, the 'build number' link is incorrect.

For example, the text '1' links to 
   
http://localhost:9090/continuum/buildResult.action?buildId=1&projectId=121&projectGroupId=10&projectName=Apache+Struts

This produces an error:
   org.apache.maven.continuum.ContinuumException: No such object

The wrong buildId request parameter value is being used.  The 1-based 
sequential build number for each project is apparently not the key to the 
results where they are stored.

For example, the corresponding 'build state' icon in the first column for this 
project links to:
   http://localhost:9090/continuum/buildResult.action?buildId=72&projectId=121

Note: buildId=1 in the first link vs. buildId=72 in the second link.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to