-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extracting FlexiPage metadata is missing LWC components. #1010
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
I've also observed this issue, and it does not appear to be specific to sfdx, as it also happens when generating a changeset. I think this is actually a Salesforce issue... |
@NithunGHub - can you please provide more details in the repro and what exactly is missing in the file? Maybe an example file of what you're expecting or the missing field? |
Any lwc components on flexi record page is missing on extract.
…On Mon, May 17, 2021 at 11:55 AM Steve Hetzel ***@***.***> wrote:
@NithunGHub <https://github.com/NithunGHub> - can you please provide more
details in the repro and what exactly is missing in the file? Maybe an
example file of what you're expecting or the missing field?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1010 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUAW77OGERFQDMEBAFX4ISLTOFC6JANCNFSM44R6WABA>
.
|
Tracked with W-9281878, with the LWC team. |
We have determined that the issue you reported exists in code owned by another team that uses only the official support channels. To ensure that your issue is addressed, open an official Salesforce customer support ticket with a link to this issue. We encourage anyone experiencing this issue to do the same to increase the priority. We will keep this issue open for the community to collaborate on. |
+1 to being affected. For an additional data point, included is a sample flexipage XML of an appExchange component being stripped away. I've confirmed it is not actually removed when looking at App Builder in the Summer 21 full sandbox. Output of
|
I also got this issue. I put one custom lwc component under Tab in a Flexipage, When i try to retrieve the source code for Flexipage by the following command, I don't find any lwc component description in Flexipage xml.
|
Is it fixed? On trailblazer it seems to be but not for me:
|
LWC team has fixed this issue. Please re-open if you think it's still an issue |
Summary
Lightning Record Page with LWC components is missing those component instances on metadata extract.
Steps To Reproduce:
Expected result
record page should have the component instance of the LWC when extracted.
Actual result
record page is missing component instance of the LWC when extracted.
The text was updated successfully, but these errors were encountered: