LightningFlowComponents icon indicating copy to clipboard operation
LightningFlowComponents copied to clipboard

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

Open StreckerCM opened this issue 1 year ago • 2 comments

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 avatar Sep 25 '24 18:09 StreckerCM

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

StreckerCM avatar Sep 25 '24 18:09 StreckerCM

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

chris-smr avatar Sep 30 '24 15:09 chris-smr