Skip to content
Snippets Groups Projects
Commit 9317d3ae authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

CommunicationBlacklist onValidation corrected

parent 616145d3
No related branches found
No related tags found
No related merge requests found
......@@ -12,11 +12,4 @@ if (vars.get("$field.BLACKLIST_TYPE") == $KeywordRegistry.communicationBlacklist
filter = new FilterConditionGroup(filter);
if (filter.isEmpty())
result.string(translate.text("Filter can't be empty"));
else
{
var includesBlacklistFilter = filter.find(function (row)
{
logging.
});
}
}
\ No newline at end of file
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