Skip to content

Commit

Permalink
PLANNER-410 Nearby Selection with <swapMoveSelector> should not throw…
Browse files Browse the repository at this point in the history
… mimic not found exception (regression)
  • Loading branch information
ge0ffrey committed Aug 21, 2015
1 parent 90d45e8 commit f1ea78a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ protected MoveSelectorConfig buildUnfoldedMoveSelectorConfig(
if (childSecondaryEntitySelectorConfig.getMimicSelectorRef() == null) {
childSecondaryEntitySelectorConfig.setEntityClass(entityDescriptor.getEntityClass());
}
childMoveSelectorConfig.setEntitySelectorConfig(childSecondaryEntitySelectorConfig);
childMoveSelectorConfig.setSecondaryEntitySelectorConfig(childSecondaryEntitySelectorConfig);
}
childMoveSelectorConfig.setVariableNameIncludeList(variableNameIncludeList);
moveSelectorConfigList.add(childMoveSelectorConfig);
Expand Down

0 comments on commit f1ea78a

Please sign in to comment.