-
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.
* Setting "Show Description" toggle to False in CPE doesn't save attribute to Flow Properties Fixes #18 See discussion on issue. Flow Builder Runtime will send Strings instead of Boolean values to CPE, so this update transforms those strings to Booleans, and then back again. Also changed the approach, using "hideDescription" with a default of False instead of "showDescription" with a default of True. Bad practice to use true as default for Element attributes, so flipped that. This is an "under the hood" change, as CPE UI still presents as "Show Description" because from the User perspective, it feels more natural to be active when you are showing the descriptions, and then toggle off to hide * Added an icon. Pretty! * Created a separate scratch org def file for spinning up a test install during package testing * bump to v0.3!
- Loading branch information
Showing
13 changed files
with
124 additions
and
45 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"orgName": "RecordType Picker Install Testing", | ||
"edition": "Enterprise", | ||
"features": [] | ||
} |
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,30 +4,36 @@ | |
"path": "src", | ||
"default": true, | ||
"package": "Record Type Picker", | ||
"versionName": "ver 0.1", | ||
"versionNumber": "0.1.0.NEXT", | ||
"versionName": "ver 0.3", | ||
"versionNumber": "0.3.0.NEXT", | ||
"unpackagedMetadata": { | ||
"path": "tests" | ||
}, | ||
"apexTestAccess": { | ||
"permissionSets": [ | ||
"RecordTypePickerPermissionsTesting" | ||
] | ||
} | ||
}, | ||
"releaseNotesUrl": "https://github.com/jkranz-rk/RecordTypePicker", | ||
"postInstallUrl": "https://github.com/jkranz-rk/RecordTypePicker" | ||
}, | ||
{ | ||
"path": "tests" | ||
} | ||
], | ||
"name": "RecordTypePicker", | ||
"namespace": "", | ||
"namespace": "rtp", | ||
"sfdcLoginUrl": "https://login.salesforce.com", | ||
"sourceApiVersion": "55.0", | ||
"packageAliases": { | ||
"Record Type Picker": "0Ho4x000000GmwBCAS", | ||
"Record Type [email protected]/unlockedpackaging": "04t4x000000RUQ2AAO", | ||
"Record Type [email protected]/unlockedpackaging": "04t4x000000RUQ7AAO", | ||
"Record Type [email protected]/unlockedpackaging": "04t4x000000RUQCAA4", | ||
"Record Type [email protected]": "04t4x000000RUUUAA4" | ||
"Record Type [email protected]": "04t4x000000RUUUAA4", | ||
"Record Type [email protected]": "04t4x000000RqffAAC", | ||
"Record Type [email protected]": "04t4x000000RqfkAAC", | ||
"Record Type [email protected]": "04t4x000000RqyCAAS", | ||
"Record Type [email protected]": "04t4x000000RqyHAAS" | ||
} | ||
} |
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
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
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
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
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
Oops, something went wrong.