alexed1 / LightningFlowComponents

A collection of unofficial Flow extensions that can be used to enhance Salesforce Flow and Orchestrator.
http://unofficialsf.com
Other
583 stars 574 forks source link

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

Open StreckerCM opened 2 weeks ago

StreckerCM commented 2 weeks ago

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 commented 2 weeks ago

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

chris-smr commented 2 weeks ago

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