Skip to content

Commit

Permalink
Fix broken submission
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Nov 14, 2021
1 parent 875b781 commit d63997a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ THE SOFTWARE.
<j:forEach var="descriptor" items="${h.getSortedDescriptorsForGlobalConfigUnclassifiedReadable()}">
<j:set var="readOnlyMode" value="${!editable.contains(descriptor)}" />
<j:set var="instance" value="${descriptor}" /><!-- this makes the <f:textbox field=.../> work -->
<st:include page="${descriptor.globalConfigPage}" from="${descriptor}" />
<f:rowSet name="${descriptor.jsonSafeClassName}">
<st:include page="${descriptor.globalConfigPage}" from="${descriptor}" />
</f:rowSet>
</j:forEach>

<l:hasPermission permission="${app.SYSTEM_READ}">
Expand Down
4 changes: 0 additions & 4 deletions war/src/main/less/base/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -1161,10 +1161,6 @@ div.to-be-removed { display: none; }

/* ========================= Other form related CSS ========================= */

.form-container {
max-width: 100%;
}

.radioBlock-container {
margin-bottom: 0.66rem;

Expand Down

0 comments on commit d63997a

Please sign in to comment.