Skip to content

Commit

Permalink
Updated version # and repackaged
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrsmith35 committed Jun 13, 2023
1 parent 2a1f161 commit 17f34b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flow_screen_components/datatable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ https://unofficialsf.com/flow-action-and-screen-component-basepacks/

---
**Install Datatable**
[Version 4.1.2 (Production or Developer)](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5G000004J7MnQAK)
[Version 4.1.2 (Sandbox)](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5G000004J7MnQAK)
[Version 4.1.3 (Production or Developer)](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5G000004J7MsQAK)
[Version 4.1.3 (Sandbox)](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5G000004J7MsQAK)

---
**Starting with the Winter '21 Release, Salesforce requires that a User's Profile or Permission Set is given specific permission to access any @AuraEnabled Apex Method.**
Expand All @@ -72,7 +72,7 @@ A Permission Set (**USF Flow Screen Component - Datatable**) is included with th
---
# Release Notes

## 06/13/23 - Eric Smith - Version 4.1.2
## 06/13/23 - Eric Smith - Version 4.1.3
**Bug Fixes:**
- Fixed issue where Datatables fed by DataFetcher were defaulting to single row selection only

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ console.log("DATATABLE isCommunity, isFlowBuilder:", isCommunity, isFlowBuilder)

const getConstants = () => {
return {
VERSION_NUMBER : '4.1.1', // Current Source Code Version #
VERSION_NUMBER : '4.1.3', // Current Source Code Version #
MAXROWCOUNT : 2000, // Limit the total number of records to be handled by this component
ROUNDWIDTH : 5, // Used to round off the column widths during Config Mode to nearest value
WIZROWCOUNT : 6, // Number of records to display in the Column Wizard datatable
Expand Down
3 changes: 2 additions & 1 deletion flow_screen_components/datatable/sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"datatable@4.0.12-0": "04t5G0000043wt5QAA",
"datatable@4.1.0": "04t5G000004J7LQQA0",
"datatable@4.1.1": "04t5G000004J7LzQAK",
"datatable@4.1.2": "04t5G000004J7MnQAK"
"datatable@4.1.2": "04t5G000004J7MnQAK",
"datatable@4.1.3": "04t5G000004J7MsQAK"
}
}

0 comments on commit 17f34b9

Please sign in to comment.