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

[LMS-1323] bugfix: typo

SVN: 16536
parent 5d006397
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ public class ListColumnFilterWidget<T> extends ComboBox<ModelData> implements
} else if (pattern.equals(EMPTY_VALUE))
{
// when EMPTY_VALUE is selected match only empty strings
pattern = "^&";
pattern = "^$";
} else if (comboBoxValueSelected)
{
// otherwise when combo box value is selected match exact text
......
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