Skip to content

Commit

Permalink
Merge pull request #1430 from contentstack/fix/DX-606
Browse files Browse the repository at this point in the history
fix: added rte field missing fix
  • Loading branch information
aman19K authored Jun 19, 2024
2 parents 6914581 + 4a68248 commit ed0a0bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/contentstack-import/src/import/modules/entries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,11 +431,6 @@ export default class EntriesImport extends BaseClass {
if (this.jsonRteCTsWithRef.indexOf(cTUid) > -1) {
entry = removeEntryRefsFromJSONRTE(entry, contentType.schema);
}

if (this.rteCTs.indexOf(cTUid) > -1) {
entry = removeEntryRefsFromJSONRTE(entry, contentType.schema);
}

if (this.rteCTsWithRef.indexOf(cTUid) > -1) {
entry = removeEntryRefsFromJSONRTE(entry, contentType.schema);
}
Expand Down

0 comments on commit ed0a0bb

Please sign in to comment.