Skip to content

Commit

Permalink
BPA unified group switched from bool to string compare
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Buechi committed Sep 14, 2024
1 parent a6e7fbd commit 21f2658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config/AXE-TENANT-EID.BPATemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"ExtractFields": [
"value"
],
"where": "$_.value.displayName -eq 'Group.Unified' -and ($_.value.values | Where-Object { $_.name -eq 'EnableGroupCreation' -and $_.value -eq $true })",
"where": "$_.value.displayName -eq 'Group.Unified' -and ($_.value.values | Where-Object { $_.name -eq 'EnableGroupCreation' -and $_.value -eq 'true' })",
"StoreAs": "bool",
"FrontendFields": [
{
Expand Down

0 comments on commit 21f2658

Please sign in to comment.