Skip to content
Snippets Groups Projects

FIX for #166

Merged
Timm Fitschenrequested to merge
f-issue-166 into dev
All threads resolved!

Files

+ 1
1
@@ -119,7 +119,7 @@ public class Inheritance extends EntityJob {
@@ -119,7 +119,7 @@ public class Inheritance extends EntityJob {
}
}
// implement properties
// implement properties
if (getEntity().hasProperties()) {
if (getEntity().getEntityStatus() == EntityStatus.QUALIFIED && getEntity().hasProperties()) {
propertyLoop:
propertyLoop:
for (final Property property : getEntity().getProperties()) {
for (final Property property : getEntity().getProperties()) {
final ArrayList<Property> transfer = new ArrayList<>();
final ArrayList<Property> transfer = new ArrayList<>();
Loading