Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Oct 27, 2015
2 parents 8588079 + 31f63e5 commit 459d1bb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -104,7 +104,7 @@ public <T, V extends PrismValue> List<V> evaluate(ScriptExpressionEvaluatorType
throw new ExpressionEvaluationException("No script code in " + contextDescription);
}

boolean allowEmptyValues = false;
boolean allowEmptyValues = true;
if (expressionType.isAllowEmptyValues() != null) {
allowEmptyValues = expressionType.isAllowEmptyValues();
}
Expand Down

0 comments on commit 459d1bb

Please sign in to comment.