Skip to content

Commit 6becfd5

Browse files
authored
[AI] Fix indirect permissions on Copilot AI page (#3270)
<!-- Thank you for submitting a Pull Request. If you're new to contributing to BCApps please read our pull request guideline below * https://github.com/microsoft/BCApps/Contributing.md --> #### Summary <!-- Provide a general summary of your changes --> The table `Copilot Settings` has inherent indirect permissions but it isn't provided on the `Copilot AI Capabilities` page which uses that table. This PR fixes the issue by adding the indirect permissions to the `Copilot AI Capabilities` 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#562707](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/562707)
1 parent c5c4e12 commit 6becfd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System Application/App/AI/src/Copilot/CopilotAICapabilities.Page.al

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ page 7775 "Copilot AI Capabilities"
2525
Extensible = false;
2626
InherentEntitlements = X;
2727
InherentPermissions = X;
28+
Permissions = tabledata "Copilot Settings" = r;
2829

2930
layout
3031
{

0 commit comments

Comments
 (0)