Skip to content

Commit

Permalink
Merge pull request #10 from yoichi/JENKINS-17041
Browse files Browse the repository at this point in the history
[FIXED JENKINS-17041] fix link to subview in nested view set as default view
  • Loading branch information
ctapobep committed Sep 25, 2013
2 parents a82b5d3 + 1cdd045 commit 5fd629a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/hudson/plugins/nested_view/NestedView.java
Expand Up @@ -77,6 +77,11 @@ public boolean contains(TopLevelItem item) {
return false;
}

@Override
public String getUrl() {
return getViewUrl();
}

@Override
public View getPrimaryView() {
return null;
Expand Down

0 comments on commit 5fd629a

Please sign in to comment.