Skip to content

Commit

Permalink
fix: find the entity descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfred committed Dec 6, 2024
1 parent ef9d6b9 commit e0dfcc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public EntitySelectorConfig buildEntitySelectorConfig(HeuristicConfigPolicy<Solu
} else {
// The default phase configuration generates the entity selector config without an updated version of the configuration policy.
// We need to ensure that there are no missing sorting settings.
var entityDescriptor = getTheOnlyEntityDescriptor(configPolicy.getSolutionDescriptor());
var entityDescriptor = deduceEntityDescriptor(configPolicy, entitySelectorConfig.getEntityClass());
entitySelectorConfig = deduceEntitySortManner(configPolicy, entityDescriptor, entitySelectorConfig);
}
var cacheType = entitySelectorConfig.getCacheType();
Expand Down

0 comments on commit e0dfcc3

Please sign in to comment.