提交 4cab495c 编写于 作者: K Kohsuke Kawaguchi

If the DescribableList is modified, transient actions need to be rebuilt.

上级 ffe5a3d6
......@@ -260,6 +260,12 @@ public abstract class AbstractProject<P extends AbstractProject<P,R>,R extends A
}
}
@Override
public synchronized void save() throws IOException {
super.save();
updateTransientActions();
}
@Override
public void onCreatedFromScratch() {
super.onCreatedFromScratch();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册