Skip to content

Commit

Permalink
Merge pull request #24 from nicolasmoreau/master
Browse files Browse the repository at this point in the history
remove Async queries and 'Transition to and from a given energy range…
  • Loading branch information
nicolasmoreau committed Jul 9, 2015
2 parents 09cc48f + 6fc2324 commit b417acf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private enum NextForm{
private static final long serialVersionUID = 1L;
{
add(new SelectItem(NextForm.upperLowerEnergyRange,"Transition from an energy range to another one"));
add(new SelectItem(NextForm.stateEnergyRange,"Transition to and from a given energy range"));
//add(new SelectItem(NextForm.stateEnergyRange,"Transition to and from a given energy range"));
add(new SelectItem(NextForm.anyEnergyRange,"Any transition"));
}
};
Expand Down
4 changes: 2 additions & 2 deletions portal.war/src/main/webapp/xhtml/query/formMenu.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
action="#{query.addFormBranches}" />
<rich:menuItem value="Comments" reRender="formPanel"
action="#{query.addFormComments}" />
<rich:menuItem value="Asynchronous request" reRender="formPanel"
action="#{query.addFormAsync}" />
<!-- <rich:menuItem value="Asynchronous request" reRender="formPanel"
action="#{query.addFormAsync}" />-->
</rich:dropDownMenu>

</a4j:form>
Expand Down

0 comments on commit b417acf

Please sign in to comment.