Skip to content

Commit

Permalink
Issue #SB-17277 merge: Merge pull request #258 from subranil/release-…
Browse files Browse the repository at this point in the history
…2.7.0

Issue #SB-17277 fix: rootIdentifier added in validation
  • Loading branch information
swayangjit authored Jan 17, 2020
2 parents e3b4e02 + 4fc8f44 commit 8ea6d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/handlers/import/validate-ecar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export class ValidateEcar {
&& !ContentUtil.isDuplicateCheckRequired(isDraftContent, item.pkgVersion) // Check if its draft and pkgVersion is 0.
&& ContentUtil.isImportFileExist(existingContentModel, item) // Check whether the file is already imported or not.
) {
importContext.rootIdentifier = identifier;
this.skipContent(importContext, identifier, visibility, ContentImportStatus.ALREADY_EXIST);
continue;
}
Expand Down

0 comments on commit 8ea6d6c

Please sign in to comment.