提交 c3114ddc 编写于 作者: K Kohsuke Kawaguchi

In matrix security, newly added rows weren't removable

上级 494140e0
......@@ -63,6 +63,8 @@ Upcoming changes</a>
<li class=bug>
Label expression logic wasn't supporting a binary operator sequence like "a || b || c"
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-8537">issue 8537</a>)
<li class=bug>
In matrix security, newly added rows weren't removable
</ul>
</div><!--=TRUNK-END=-->
......
......@@ -137,7 +137,7 @@ THE SOFTWARE.
copy.firstChild.innerHTML = name;
copy.setAttribute("name",'['+name+']');
table.appendChild(copy);
Behaviour.applySubtree(findAncestor(table,"TABLE"));
Behaviour.applySubtree(findAncestor(table,"TABLE"),true);
});
})();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册