RED-10708: Tables as components in DM

This commit is contained in:
maverickstuder 2025-01-31 12:59:51 +01:00
parent 229d1e98ac
commit db7debf0d4
2 changed files with 1 additions and 6 deletions

View File

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

View File

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