Skip to content

Commit 7eac5ca

Browse files
[AnalysisAssist]: Add permission to Copilot permissions page (#4441)
Adding Analysis Assist permission set to Copilot permission page #### Work Item(s) <!-- Add the issue number here after the #. The issue needs to be open and approved. Submitting PRs with no linked issues or unapproved issues is highly discouraged. --> Fixes [AB#597114](https://dynamicssmb2.visualstudio.com/Dynamics%20SMB/_workitems/edit/597114/)
1 parent 0d1df17 commit 7eac5ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/System Application/App/System Permissions/permissions/CopilotSysFeatures.PermissionSet.al

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ permissionset 9680 "Copilot Sys Features"
1313

1414
Permissions = system "Allow Copilot Autofill" = X,
1515
system "Allow Copilot Chat" = X,
16-
system "Allow Copilot Summary" = X;
17-
16+
system "Allow Copilot Summary" = X,
17+
system "Allow Copilot Analysis Assist" = X;
1818
}

0 commit comments

Comments
 (0)