提交 9054e221 编写于 作者: D Daniel Beck

[JENKINS-49642] Fix proxy view recursion

上级 c33f1462
......@@ -91,6 +91,11 @@ public class ProxyView extends View implements StaplerFallback {
return getProxiedView().contains(item);
}
@Override
public TopLevelItem getItem(String name) {
return getProxiedView().getItem(name);
}
@Override
protected void submit(StaplerRequest req) throws IOException, ServletException, FormException {
String proxiedViewName = req.getSubmittedForm().getString("proxiedViewName");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册