Skip to content

Commit

Permalink
Remove Federation Hosting Select Box #100
Browse files Browse the repository at this point in the history
  • Loading branch information
rahatjaan committed Sep 13, 2015
1 parent 8b34fdd commit f774cb2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</h:selectOneMenu>
</s:decorate>

<s:decorate template="/WEB-INF/incl/layout/edit.xhtml"
<!-- <s:decorate template="/WEB-INF/incl/layout/edit.xhtml"
id="federationHosting">
<ui:define name="label">Federation Hosting</ui:define>
<h:selectOneMenu value="#{_appliance.federationHostingEnabled}" styleClass="form-control"
Expand All @@ -131,7 +131,7 @@
var="_type" label="#{_type.displayName}" />
<s:convertEnum />
</h:selectOneMenu>
</s:decorate>
</s:decorate> -->

<s:decorate template="/WEB-INF/incl/layout/edit.xhtml"
id="passwordReset">
Expand Down

2 comments on commit f774cb2

@yurem
Copy link
Contributor

@yurem yurem commented on f774cb2 Sep 13, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need to clean up code and LDAP schema

@nynymike
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, doing a partial cleanup, and leaving vestigial code and schema has been a problem in the past that we don't want repeat.

Please sign in to comment.