Skip to content

Commit

Permalink
MODFQMMGR-318 Remove old entity type definitions
Browse files Browse the repository at this point in the history
This commit also fixes a few minor issues in some of the migrated entity
types
  • Loading branch information
mweaver-ebsco committed Jun 18, 2024
1 parent 137d2ff commit 33db6b4
Show file tree
Hide file tree
Showing 27 changed files with 63 additions and 918 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ public EntityType getFlattenedEntityType(UUID entityTypeId, boolean doFinalRenam
EntityType originalEntityType = entityTypeRepository
.getEntityTypeDefinition(entityTypeId)
.orElseThrow(() -> new EntityTypeNotFoundException(entityTypeId));
// TODO: Remove this if-block after all entity types have been converted from the "fromClause" model to the "sources" model
if (originalEntityType.getFromClause() != null && originalEntityType.getSources() == null) {
return originalEntityType;
}
EntityType flattenedEntityType = new EntityType()
.id(originalEntityType.getId())
.name(originalEntityType.getName())
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 33db6b4

Please sign in to comment.