Skip to content

Commit

Permalink
Rework
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhangi-cs committed Aug 22, 2023
1 parent 9e4f234 commit d56c4cc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ private void validateEntityParameter(FailureCollector failureCollector) {
}
if (SuccessFactorsUtil.isNotNullOrEmpty(associateEntityName)) {
if (SuccessFactorsUtil.isNullOrEmpty(getExpandOption()) && !containsMacro(EXPAND_OPTION)) {
failureCollector.addFailure(ResourceConstants.ERR_INVALID_ENTITY_CALL.getMsgForKey(), null);
failureCollector.addFailure(ResourceConstants.ERR_INVALID_ENTITY_CALL.getMsgForKey(), null)
.withConfigProperty(ASSOCIATED_ENTITY_NAME);
}
}
}
Expand Down

0 comments on commit d56c4cc

Please sign in to comment.