Remove custom lwc from Migrate, Assess and Reports#282
Merged
sf-pranav-varshney merged 9 commits intoprerelease/alphafrom Jun 11, 2025
Merged
Remove custom lwc from Migrate, Assess and Reports#282sf-pranav-varshney merged 9 commits intoprerelease/alphafrom
sf-pranav-varshney merged 9 commits intoprerelease/alphafrom
Conversation
|
Thanks for the contribution! It looks like @vsushmita is an internal user so signing the CLA is not required. However, we need to confirm this. |
|
@rajender-kumar-salesforce we also need to update the ReadMe for LWC. |
| const projectDirectory = OmnistudioRelatedObjectMigrationFacade.intializeProject(); | ||
| conn.setApiVersion(apiVersion); | ||
| // @ts-expect-error - LWC functionality temporarily disabled | ||
| const lwcparser = new LwcMigration(projectDirectory, namespace, this.org); |
There was a problem hiding this comment.
Instead of adding a lint annotation.
I would recommend, we can simply comment out the LWC processing — it's unnecessary and also slows down the assessment of omnistudio components.
| // Initialize migration tools based on the relatedObjects parameter | ||
| const apexMigrator = this.createApexClassMigrationTool(projectDirectory, targetApexNamespace); | ||
| // @ts-expect-error - LWC functionality temporarily disabled | ||
| const lwcMigrator = this.createLWCComponentMigrationTool(this.namespace, projectDirectory); |
sf-pranav-varshney
approved these changes
Jun 10, 2025
sf-kishore-kurri
pushed a commit
to sf-kishore-kurri/plugin-omnistudio-migration-tool
that referenced
this pull request
Jun 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commented out the code of LWC migration, LWC assessment and LWC report generation because of migration MVP.
What issues does this PR fix or reference?](https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07EE00002E9FvJYAV/view)