-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Invocable action's inputs and outputs not appearing in Flow Builder in Subscriber orgs Fixes #22 The inner class InvocableVariables were marked as Public and not Global. How on earth I didn't catch this sooner, I do not know. Being able to reference the default namespace in unpackaged metadata during package creation would have caught this however. So, for that reason: I can blame Salesforce instead of myself :) * Bump API versions from 55.0 to 56.0 * Package Version 0.4 Promoted to Released * Update Package Install URL to version 0.4
- Loading branch information
Showing
11 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
"path": "src", | ||
"default": true, | ||
"package": "Record Type Picker", | ||
"versionName": "ver 0.3", | ||
"versionNumber": "0.3.0.NEXT", | ||
"versionName": "ver 0.4", | ||
"versionNumber": "0.4.0.NEXT", | ||
"unpackagedMetadata": { | ||
"path": "tests" | ||
}, | ||
|
@@ -24,7 +24,7 @@ | |
"name": "RecordTypePicker", | ||
"namespace": "rtp", | ||
"sfdcLoginUrl": "https://login.salesforce.com", | ||
"sourceApiVersion": "55.0", | ||
"sourceApiVersion": "56.0", | ||
"packageAliases": { | ||
"Record Type Picker": "0Ho4x000000GmwBCAS", | ||
"Record Type [email protected]/unlockedpackaging": "04t4x000000RUQ2AAO", | ||
|
@@ -34,6 +34,8 @@ | |
"Record Type [email protected]": "04t4x000000RqffAAC", | ||
"Record Type [email protected]": "04t4x000000RqfkAAC", | ||
"Record Type [email protected]": "04t4x000000RqyCAAS", | ||
"Record Type [email protected]": "04t4x000000RqyHAAS" | ||
"Record Type [email protected]": "04t4x000000RqyHAAS", | ||
"Record Type [email protected]": "04t4x000000Rr1BAAS", | ||
"Record Type [email protected]": "04t4x000000Rr3MAAS" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/default/classes/RecordTypePickerController.cls-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<apiVersion>55.0</apiVersion> | ||
<apiVersion>56.0</apiVersion> | ||
<status>Active</status> | ||
</ApexClass> |
2 changes: 1 addition & 1 deletion
2
src/main/default/lwc/configurationModal/configurationModal.js-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<apiVersion>55.0</apiVersion> | ||
<apiVersion>56.0</apiVersion> | ||
<isExposed>false</isExposed> | ||
</LightningComponentBundle> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<apiVersion>55.0</apiVersion> | ||
<apiVersion>56.0</apiVersion> | ||
<isExposed>false</isExposed> | ||
</LightningComponentBundle> |
2 changes: 1 addition & 1 deletion
2
src/main/default/lwc/recordTypePicker/recordTypePicker.js-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/default/lwc/recordTypePickerCpe/recordTypePickerCpe.js-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<apiVersion>55.0</apiVersion> | ||
<apiVersion>56.0</apiVersion> | ||
<isExposed>false</isExposed> | ||
</LightningComponentBundle> |
2 changes: 1 addition & 1 deletion
2
src/main/default/lwc/recordTypePickerCpeInputs/recordTypePickerCpeInputs.js-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<apiVersion>55.0</apiVersion> | ||
<apiVersion>56.0</apiVersion> | ||
<isExposed>false</isExposed> | ||
</LightningComponentBundle> |
2 changes: 1 addition & 1 deletion
2
src/main/default/lwc/recordTypePickerLwcUtils/recordTypePickerLwcUtils.js-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<apiVersion>55.0</apiVersion> | ||
<apiVersion>56.0</apiVersion> | ||
<isExposed>false</isExposed> | ||
</LightningComponentBundle> |
2 changes: 1 addition & 1 deletion
2
tests/main/default/classes/RecordTypePickerControllerTest.cls-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<apiVersion>55.0</apiVersion> | ||
<apiVersion>56.0</apiVersion> | ||
<status>Active</status> | ||
</ApexClass> |