RED-10708: Tables as components in DM #583

Open
maverick.studer wants to merge 5 commits from RED-10708 into master
2 changed files with 1 additions and 6 deletions
Showing only changes of commit db7debf0d4 - Show all commits

View File

@ -381,7 +381,7 @@ public class DocumentTree {
} }
entity.computeRelations(); entity.computeRelations();
entity.notifyEntityInserted(); // todo: table entity currently causes loop? entity.notifyEntityInserted();
} }

View File

@ -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);