Skip to content

Commit

Permalink
Merge pull request #1058 from /issues/1056
Browse files Browse the repository at this point in the history
Remove level field #1056
  • Loading branch information
yurem committed Aug 8, 2018
2 parents 5bf22c2 + cb1f8d6 commit 1f1c1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/src/main/webapp/resources/ox/decorate.xhtml
Expand Up @@ -12,7 +12,7 @@
<cc:attribute name="hideLabel" required="false" default="false" />
<cc:attribute name="labelAsText" required="false" default="false" />
<cc:attribute name="required" required="false" />
<cc:attribute name="rendered" required="false" />
<cc:attribute name="rendered" required="false" type="java.lang.Boolean" />
<cc:attribute name="inputId" required="false" />
</cc:interface>

Expand Down
2 changes: 1 addition & 1 deletion server/src/main/webapp/resources/ox/ldapConfig.xhtml
Expand Up @@ -97,7 +97,7 @@
size="46" />
</ox:decorate>

<ox:decorate label="#{msg['ldapConfig.level']}">
<ox:decorate label="#{msg['ldapConfig.level']}" rendered="false">
<rich:inputNumberSpinner value="#{cc.attrs.ldapConfig.level}"
inputSize="2" minValue="0" maxValue="100" />
</ox:decorate>
Expand Down

0 comments on commit 1f1c1d3

Please sign in to comment.