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 merge requests found
......@@ -68,7 +68,7 @@ public class MatchCriteriaRadio extends HorizontalPanel
public void reset()
{
orRadio.setValue(true);
andRadio.setValue(true);
}
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