Skip to content

Commit

Permalink
Merge pull request #6310 from lpalashevski/fixes
Browse files Browse the repository at this point in the history
Fix: Data Engine misleading error messages due to missing parameter
  • Loading branch information
Ljupcho Palashevski authored Mar 11, 2022
2 parents 5d7c9c1 + 8da5b3a commit cddf191
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public String upsertTopic(String userId, Topic topic, String externalSourceName)
String topicGUID;
if (originalTopicEntity.isEmpty()) {
topicHandler.verifyExternalSourceIdentity(userId, externalSourceGUID, externalSourceName,
false, false, null, null);
false, false, null, methodName);
topicGUID = topicHandler.createAssetInRepository(userId, externalSourceGUID, externalSourceName, topic.getQualifiedName(),
topic.getDisplayName(), topic.getDescription(), topic.getZoneMembership(), topic.getOwner(), ownerTypeOrdinal,
topic.getOriginOrganizationGUID(), topic.getOriginBusinessCapabilityGUID(), topic.getOtherOriginValues(),
Expand Down

0 comments on commit cddf191

Please sign in to comment.