Skip to content
Snippets Groups Projects
Commit 8e30f93c authored by Michael Simon's avatar Michael Simon
Browse files

NO_STORY remove loadOnButton property. It's not used.

parent 881f36bc
No related branches found
No related tags found
No related merge requests found
......@@ -66,11 +66,6 @@
onLabel="#{messages.yes}" offLabel="#{messages.no}"
value="#{editFederationBean.entity.fetchAAs}"/>
<h:outputText value="#{messages.load_on_button}" />
<p:selectBooleanButton id="onlobuField"
onLabel="#{messages.yes}" offLabel="#{messages.no}"
value="#{editFederationBean.entity.loadOnButton}"/>
</p:panelGrid>
<p:commandButton id="save" action="#{editFederationBean.save}" value="#{messages.save}"/>
</p:panel>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment