Skip to content

Commit

Permalink
simplify invisible entry
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomomdahan committed Oct 28, 2024
1 parent 13bd3cf commit 2e2de5f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/main/resources/hudson/scm/SubversionSCM/config.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,10 @@ THE SOFTWARE.

<st:adjunct includes="hudson.scm.SubversionSCM.excludedRevprop-validation" />
<f:invisibleEntry>
<f:entry field="remoteLocation" >
<f:textbox />
</f:entry>
<f:entry field="remoteCredentialsId" >
<f:textbox />
</f:entry>
<f:textbox field="remoteLocation" />
</f:invisibleEntry>
<f:invisibleEntry>
<f:textbox field="remoteCredentialsId"/>
</f:invisibleEntry>
<f:entry title="${%Exclusion revprop name}" field="excludedRevprop">
<f:textbox />
Expand Down

0 comments on commit 2e2de5f

Please sign in to comment.