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.notifyEntityInserted(); // todo: table entity currently causes loop?
|
||||
entity.notifyEntityInserted();
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -105,11 +105,6 @@ public class ComponentDroolsExecutionService {
|
||||
})
|
||||
.forEach(kieSession::insert);
|
||||
|
||||
// todo?
|
||||
// document.getPages().stream().map(Page::getTableEntities).flatMap(Collection::stream)
|
||||
// //.filter(this::isApplied)
|
||||
// .forEach(kieSession::insert);
|
||||
|
||||
fileAttributes.stream()
|
||||
.filter(f -> f.getValue() != null)
|
||||
.forEach(kieSession::insert);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user