RED-10708: Tables as components in DM
This commit is contained in:
parent
229d1e98ac
commit
db7debf0d4
@ -381,7 +381,7 @@ public class DocumentTree {
|
|||||||
}
|
}
|
||||||
|
|
||||||
entity.computeRelations();
|
entity.computeRelations();
|
||||||
entity.notifyEntityInserted(); // todo: table entity currently causes loop?
|
entity.notifyEntityInserted();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -105,11 +105,6 @@ public class ComponentDroolsExecutionService {
|
|||||||
})
|
})
|
||||||
.forEach(kieSession::insert);
|
.forEach(kieSession::insert);
|
||||||
|
|
||||||
// todo?
|
|
||||||
// document.getPages().stream().map(Page::getTableEntities).flatMap(Collection::stream)
|
|
||||||
// //.filter(this::isApplied)
|
|
||||||
// .forEach(kieSession::insert);
|
|
||||||
|
|
||||||
fileAttributes.stream()
|
fileAttributes.stream()
|
||||||
.filter(f -> f.getValue() != null)
|
.filter(f -> f.getValue() != null)
|
||||||
.forEach(kieSession::insert);
|
.forEach(kieSession::insert);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user