visibility rule fix on word builder

This commit is contained in:
Diamantis Tziotzios 2022-02-04 18:17:51 +02:00
parent 2b71cddc39
commit 14550e0536
1 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,6 @@ public class VisibilityRuleServiceImpl implements VisibilityRuleService {
} else {
this.elementVisibility.put(rule.getVisibilityRuleTargetId(), false);
}
return;
}
}
}