Skip to content
Snippets Groups Projects

FIX for #166

Merged Timm Fitschen requested to merge f-issue-166 into dev
All threads resolved!
Files
3
@@ -119,7 +119,7 @@ public class Inheritance extends EntityJob {
}
// implement properties
if (getEntity().hasProperties()) {
if (getEntity().getEntityStatus() == EntityStatus.QUALIFIED && getEntity().hasProperties()) {
propertyLoop:
for (final Property property : getEntity().getProperties()) {
final ArrayList<Property> transfer = new ArrayList<>();
Loading