Skip to content

Commit

Permalink
Merge pull request #13 from yoichi/JENKINS-20382
Browse files Browse the repository at this point in the history
[FIXED JENKINS-20382] save after deleting subview
  • Loading branch information
ctapobep committed Nov 5, 2013
2 parents 1eb5e92 + 02b4cb9 commit 7137761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/hudson/plugins/nested_view/NestedView.java
Expand Up @@ -166,6 +166,7 @@ public boolean canDelete(View view) {

public void deleteView(View view) throws IOException {
views.remove(view);
save();
}

@Exported
Expand Down

0 comments on commit 7137761

Please sign in to comment.