Skip to content
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

Add testproperty back to the Object and Field Picklist for backwards compatibility #1587

Open
StreckerCM opened this issue Sep 25, 2024 · 2 comments

Comments

@StreckerCM
Copy link
Contributor

Removing testproperty from the field broke backwards compatibility and prevents upgrading the package. The property cannot be removed since isExposed is true for this LWC.

To resolve testproperty will need to be added back to the LWC.

https://developer.salesforce.com/docs/platform/lwc/guide/use-packaging-add.html

@StreckerCM
Copy link
Contributor Author

@jdayment @alexed1 @ericrsmith35 I created the pull request #1588 to patch the upgrade issue reported by @philryan29

@chris-smr
Copy link

chris-smr commented Sep 30, 2024

Please approve and merge #1588 ASAP.

Request simply adds back 'testproperty' property that was removed from fsc_pickObjectAndField3, no actual code is changed. Until 'testproperty' is added back, anyone attempting to update FlowBasePackComponents from an older release to the latest will encounter this error:

fsc_pickObjectAndField3 can’t remove the following public properties: testproperty, because the component is part of a managed package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants