Skip to content

Commit

Permalink
Fix for view based priority sorting jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
monluk committed Apr 19, 2021
1 parent 3123f8c commit c203f62
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<j:forEach var="view" items="${descriptor.listViewItems}">
<f:option value="${view.value}" selected="${view.value==instance.viewName}">${view.name}</f:option>
</j:forEach>
<f:optionalBlock name="jobFilter" checked="${instance.useJobFilter}" title="${%Use a regular expression to only include a subset of the included Jobs}">
<f:entry title="${%Regular Expression}">
<f:textbox name="jobPattern" field="jobPattern" value="${instance.jobPattern}" />
</f:entry>
</f:optionalBlock>
</select>
<f:optionalBlock name="jobFilter" checked="${instance.useJobFilter}" title="${%Use a regular expression to only include a subset of the included Jobs}">
<f:entry title="${%Regular Expression}">
<f:textbox name="jobPattern" field="jobPattern" value="${instance.jobPattern}" />
</f:entry>
</f:optionalBlock>
</f:entry>
</j:jelly>

0 comments on commit c203f62

Please sign in to comment.