Skip to content

Commit 63a8c07

Browse files
chore: resolved comments
1 parent ace26f3 commit 63a8c07

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

messages/migrate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
"varDeclarationUpdated": "Variable initialization has been updated for target name",
247247
"migrationSuccessfulMessage": "Migration process for org %s is complete and reports are ready for review in the folder %s",
248248
"needManualInterventionAsSpecialCharsInChildFlexcardName": "Need manual intervention as child flexcards have special characters in their name",
249-
"needManualInterventionAsSpecialCharsInFlexcardName": "Need manual intervention as flexcard has special characters in name"
249+
"needManualInterventionAsSpecialCharsInFlexcardName": "Need manual intervention as flexcard has special characters in name",
250250
"metadataTablesAlreadyClean": "OmniStudio metadata tables are empty",
251251
"startingMetadataCleanup": "Initiated cleanup process for Omnistudio metadata tables.",
252252
"failedToCleanTables": "Table cleanup failed: %s",

src/migration/flexcard.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,11 +1107,6 @@ export class CardMigrationTool extends BaseMigrationTool implements MigrationToo
11071107
// Clean the name
11081108
mappedObject['Name'] = this.cleanName(mappedObject['Name']);
11091109

1110-
// Here for usecase2 add check for name
1111-
if (this.IS_STANDARD_DATA_MODEL && mappedObject['Name'] != cardRecord['Name']) {
1112-
Logger.logVerbose('The Name of flexcard has special chars');
1113-
}
1114-
11151110
mappedObject[CardMappings.Author__c] = this.cleanName(mappedObject[CardMappings.Author__c]);
11161111
mappedObject[CardMappings.Active__c] = false;
11171112

0 commit comments

Comments
 (0)