Skip to content
Snippets Groups Projects
Commit 3ffbf022 authored by buczekp's avatar buczekp
Browse files

[LMS-2117] make AND be the default connection in advanced search UI

SVN: 21166
parent 642671f2
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ public class MatchCriteriaRadio extends HorizontalPanel ...@@ -68,7 +68,7 @@ public class MatchCriteriaRadio extends HorizontalPanel
public void reset() public void reset()
{ {
orRadio.setValue(true); andRadio.setValue(true);
} }
public void setValue(SearchCriteriaConnection connection) public void setValue(SearchCriteriaConnection connection)
......
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