Skip to content
Snippets Groups Projects
Commit 020e2e2e authored by jakubs's avatar jakubs
Browse files

LMS-2847: Fix search for dates with search criteria.

SVN: 24742
parent e60c3f4e
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ public class SearchCriteria implements Serializable
public static enum CompareMode
{
LESS_THAN, EQUALS, MORE_THAN
LESS_THAN_OR_EQUAL, EQUALS, MORE_THAN_OR_EQUAL
}
/**
......
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