Kevin Priest created JENKINS-12656:
--------------------------------------

             Summary: Have wall display link use current viewName
                 Key: JENKINS-12656
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12656
             Project: Jenkins
          Issue Type: Improvement
          Components: walldisplay
    Affects Versions: current
            Reporter: Kevin Priest
            Assignee: Christian Pelster
            Priority: Minor


Have the left side link for walldisplay use the full view name in viewName.

We have non-unique view names so the highest match view is always used.

ie: 
page displayed - http://jenkins:8080/view/Dashboard
walldisplay link - 
http://jenkins:8080//plugin/jenkinswalldisplay/walldisplay.html?viewName=Dashboard&jenkinsUrl=http%3A%2F%2Fjenkins%3A8080%2F

page displayed - http://jenkins:8080/view/Product/view/Dashboard
walldisplay link - 
http://jenkins:8080//plugin/jenkinswalldisplay/walldisplay.html?viewName=Dashboard&jenkinsUrl=http%3A%2F%2Fjenkins%3A8080%2F
should be - 
http://jenkins:8080//plugin/jenkinswalldisplay/walldisplay.html?viewName=Product/view/Dashboard&jenkinsUrl=http%3A%2F%2Fjenkins%3A8080%2F

page displayed - http://jenkins:8080/view/Product/view/Product_A
walldisplay link - 
http://jenkins:8080//plugin/jenkinswalldisplay/walldisplay.html?viewName=Product_A&jenkinsUrl=http%3A%2F%2Fjenkins%3A8080%2F
should be - 
http://jenkins:8080//plugin/jenkinswalldisplay/walldisplay.html?viewName=Product/view/Product_A&jenkinsUrl=http%3A%2F%2Fjenkins%3A8080%2F




all exist



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to