[Fix] Don't add a null value to the rows in GenericReport

This commit is contained in:
Robert von Burg 2017-03-22 13:55:31 +01:00
parent 9c45bf2ec3
commit 1c4decd578
1 changed files with 0 additions and 1 deletions

View File

@ -313,7 +313,6 @@ public class GenericReport {
StringParameter relationP = (StringParameter) relationParams.get(0);
if (relationP.getValue().isEmpty() && optional) {
refs.put(joinType, null);
return null;
}