提交 fbfffcc5 编写于 作者: A abayer

Fixing hetero-list to not error out when a descriptor does not have a config.jelly.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20287 71c3de6d-444a-0410-be80-ed276b4c234a
上级 888d46ad
...@@ -72,7 +72,10 @@ THE SOFTWARE. ...@@ -72,7 +72,10 @@ THE SOFTWARE.
<f:helpArea /> <f:helpArea />
</j:if> </j:if>
</j:if> </j:if>
<st:include from="${descriptor}" page="${descriptor.configPage}" /> <!-- optional added to keep from breaking page rendering when
a descriptor doesn't have a config.jelly. -->
<st:include from="${descriptor}"
page="${descriptor.configPage}" optional="true" />
<f:block> <f:block>
<div align="right"> <div align="right">
<input type="hidden" name="stapler-class" value="${descriptor.clazz.name}" /> <input type="hidden" name="stapler-class" value="${descriptor.clazz.name}" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册