Skip to content

Commit 1e8f9f4

Browse files
committed
fix: new package version for security review
1 parent 025a917 commit 1e8f9f4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sfdx-project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"default": true,
66
"package": "Action Plans",
77
"versionName": "Spring 2023 v4.3",
8-
"versionNumber": "4.3.0.NEXT",
8+
"versionNumber": "4.3.1.NEXT",
99
"ancestorVersion": "HIGHEST",
1010
"releaseNotesUrl": "https://github.com/SalesforceLabs/ActionPlansV4/blob/main/README.md",
1111
"definitionFile": "config/install-scratch-def.json",
@@ -28,6 +28,7 @@
2828
"Action Plans@4.2.0-7": "04t5f000000rK9EAAU",
2929
"Action Plans@4.2.1-5": "04t5f000000rKJ9AAM",
3030
"Action Plans@4.3.0-11": "04t5f000000rM66AAE",
31-
"Action Plans@4.3.0-13": "04t5f000000rM7nAAE"
31+
"Action Plans@4.3.0-13": "04t5f000000rM7nAAE",
32+
"Action Plans@4.3.1-2": "04tKa000002zLsUIAU"
3233
}
3334
}

sfdx-source/LabsActionPlans/main/default/components/APLightningLookup.component

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ For full license text, see the LICENSE file in the repo root or https://opensour
7070
<script>
7171

7272

73-
var boolRequired = '{!JSENCODE(required)}';
73+
var boolRequired = '{!required}';
7474
function checkinput() {
7575
if (boolRequired == 'true') {
7676
j$('#{!JSENCODE(for)}sldsscopediv [id$=searchInput]').prop('required', true);

0 commit comments

Comments
 (0)