Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
fix: translates ids to codenames for language data
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Feb 10, 2020
1 parent ce99e93 commit ec411ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/import/import.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export class ImportService {
source.importData,
{}
);
codenameTranslateHelper.replaceIdReferencesWithCodenames(source.importData.languages, source.importData, {});
codenameTranslateHelper.replaceIdReferencesWithCodenames(source.importData.assets, source.importData, {});
codenameTranslateHelper.replaceIdReferencesWithCodenames(source.importData.contentItems, source.importData, {});
codenameTranslateHelper.replaceIdReferencesWithCodenames(
Expand Down

0 comments on commit ec411ef

Please sign in to comment.