Skip to content

Commit

Permalink
Merge pull request #1588 from StreckerCM/master
Browse files Browse the repository at this point in the history
Added testproperty back to resolve upgrade errors
  • Loading branch information
alexed1 authored Oct 12, 2024
2 parents c36fb2c + fd48591 commit 7b4860b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ export default class fsc_pickObjectAndField extends LightningElement {
@api hideObjectPicklist = false;
@api hideFieldPicklist = false;
@api displayFieldType = false;
//@api testproperty; // Christopher Strecker 06/06/2024 - Removed this was not being used anywhere
@api testproperty; // Christopher Strecker 09/25/2024 - This property does not do anything
// but it cannot be removed due to current managed package restrictions
// when using IsExposed is True

@api allowFieldMultiselect = false;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
<property name="required" type="Boolean" role="inputOnly"> </property>
<property name="hideFieldPicklist" type="Boolean" role="inputOnly"> </property>
<property name="displayFieldType" type="Boolean" role="inputOnly"> </property>
<!-- Christopher Strecker 06/06/2024 - removed property -->
<!-- <property name="testproperty" type="String" role="inputOnly"> </property> -->
<property name="testproperty" type="String" role="inputOnly"> </property>
<property name="DataTypeFilter" type="String" role="inputOnly"> </property>
<property name="allowFieldMultiselect" type="Boolean" role="inputOnly"></property>
</targetConfig>
Expand Down

0 comments on commit 7b4860b

Please sign in to comment.