Skip to content

Commit

Permalink
revert [JENKINS-63931] change section to advanced tag for ExtendedCho…
Browse files Browse the repository at this point in the history
…iceParameterDefinition (jenkinsci#33)

Signed-off-by: bright.ma RMSH06 <[email protected]>
  • Loading branch information
bright.ma RMSH06 committed Apr 4, 2021
1 parent 42d9b3c commit f1a9928
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<f:checkbox checked="${instance.quoteValue}"/>
</f:entry>

<f:advanced title="Choose Source for Value">
<f:section title="Choose Source for Value">
<f:radioBlock name="propertySource" title="Value" value="0" checked="${parameterType eq 'basic' and empty instance.propertyFile and not empty instance.value}">
<f:entry title="Value" field="propertyValue">
<f:textbox value="${instance.value}"/>
Expand Down Expand Up @@ -132,9 +132,9 @@
</f:entry>
</f:advanced>
</f:radioBlock>
</f:advanced>
</f:section>

<f:advanced title="Choose Source for Default Value">
<f:section title="Choose Source for Default Value">
<f:radioBlock name="defaultPropertySource" title="Default Value" value="0" checked="${parameterType eq 'basic' and not empty instance.defaultValue}">
<f:entry field="defaultPropertyValue">
<f:textbox value="${instance.defaultValue}"/>
Expand Down Expand Up @@ -177,9 +177,9 @@
</f:entry>
</f:advanced>
</f:radioBlock>
</f:advanced>
</f:section>

<f:advanced title="Choose Source for Value Description">
<f:section title="Choose Source for Value Description">
<f:radioBlock name="descriptionPropertySource" title="Description" value="0" checked="${parameterType eq 'basic' and not empty instance.descriptionPropertyValue}">
<f:entry field="descriptionPropertyValue">
<f:textbox value="${instance.descriptionPropertyValue}"/>
Expand Down Expand Up @@ -222,7 +222,7 @@
</f:entry>
</f:advanced>
</f:radioBlock>
</f:advanced>
</f:section>
</f:radioBlock>
<f:radioBlock name="parameterGroup" title="Multi-level Parameter Types" value="1" checked="${parameterType eq 'multilevel'}">
<f:entry name="type" title="Parameter Type" field="type">
Expand Down

0 comments on commit f1a9928

Please sign in to comment.