提交 f6d20fa8 编写于 作者: J Jesse Glick

[FIXED JENKINS-3107] Annotate the Advanced section if some fields are already customized.

上级 5c6044ca
......@@ -58,6 +58,9 @@ Upcoming changes</a>
<li class=bug>
Deleting an external run did not immediately remove it from build list, leading to errors from log rotation.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19377">issue 19377</a>)
<li class=rfe>
Annotate the Advanced section if some fields are already customized.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-3107">issue 3107</a>)
</ul>
</div><!--=TRUNK-END=-->
......
......@@ -43,4 +43,5 @@ THE SOFTWARE.
<label class="attach-previous">${attrs['true']?:'%Yes'}</label>
<f:radio name="_.${attrs.field}" value="false" checked="${!instance[field]}" />
<label class="attach-previous">${attrs['false']?:'%No'}</label>
</j:jelly>
\ No newline at end of file
<!-- TODO consider customizedFields -->
</j:jelly>
......@@ -52,4 +52,5 @@ THE SOFTWARE.
autocomplete="off" class="combobox2 settings-input ${attrs.clazz}${attrs.checkUrl!=null ? ' validated' : ''}"
name="${attrs.name ?: '_.'+attrs.field}"
value="${attrs.value ?: instance[attrs.field]}" />
<!-- TODO consider customizedFields -->
</j:jelly>
......@@ -58,4 +58,5 @@ THE SOFTWARE.
</j:if>
<d:invokeBody />
</div>
<!-- TODO consider customizedFields -->
</j:jelly>
......@@ -40,4 +40,5 @@ THE SOFTWARE.
</f:option>
</j:forEach>
</select>
</j:jelly>
\ No newline at end of file
<!-- TODO consider customizedFields -->
</j:jelly>
......@@ -53,4 +53,5 @@ THE SOFTWARE.
</f:radioBlock>
</j:forEach>
</table>
<!-- TODO consider customizedFields -->
</j:jelly>
......@@ -75,4 +75,5 @@ THE SOFTWARE.
value="${attrs.value ?: instance[attrs.field] ?: attrs.default}"
type="number"
ATTRIBUTES="${attrs}" EXCEPT="field clazz" />
<!-- TODO consider customizedFields -->
</j:jelly>
......@@ -59,4 +59,5 @@ THE SOFTWARE.
value="${h.getPasswordValue(attrs.value ?: instance[attrs.field])}"
type="password"
ATTRIBUTES="${attrs}" EXCEPT="field clazz" />
<!-- TODO consider customizedFields -->
</j:jelly>
......@@ -56,4 +56,5 @@ THE SOFTWARE.
<option value="${value}">${value}</option>
</j:if>
</m:select>
<!-- TODO consider customizedFields -->
</j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册