提交 1f8be6b1 编写于 作者: K kohsuke

fixed the regression in the last commit to this file.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27469 71c3de6d-444a-0410-be80-ed276b4c234a
上级 44f36b07
......@@ -1376,7 +1376,7 @@ function buildFormTree(form) {
// this is a new grouping node
doms.push(p);
p.formDom = m = {};
addProperty(findParent(p), name, m);
addProperty(findParent(p), p.getAttribute("name"), m);
}
return m;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册