Skip to content

Commit

Permalink
Remove switch to create unreachable production templates
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-ronge authored Aug 23, 2021
1 parent 916032b commit 49d2fd1
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,6 @@
<p:ajax event="change" oncomplete="toggleSave()"/>
</p:selectOneMenu>
</div>

<div>
<p:outputLabel for="active" value="#{msgs.active}"/>
<p:selectBooleanCheckbox id="active" styleClass="switch input" value="#{TemplateForm.template.active}"
disabled="#{isViewMode}">
<p:ajax event="change" oncomplete="toggleSave()"/>
</p:selectBooleanCheckbox>
</div>
</p:row>
</p:panelGrid>
</ui:composition>

0 comments on commit 49d2fd1

Please sign in to comment.