Skip to content

Commit 08f1ee4

Browse files
Issue5221 (#5222)
<!-- 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 --> Set page Word Templates extensible = true, set table Word Templates Related Table Access = Public. #### 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 #5221 Fixes [AB#610460](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/610460)
1 parent 5a9173c commit 08f1ee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/System Application/App/Word Templates/src/WordTemplates.Page.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ page 9989 "Word Templates"
2222
InsertAllowed = false;
2323
Permissions = tabledata "Word Template" = rmd,
2424
tabledata "Word Templates Related Table" = r;
25-
Extensible = false;
25+
Extensible = true;
2626

2727
layout
2828
{

src/System Application/App/Word Templates/src/WordTemplatesRelatedTable.Table.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ using System.Reflection;
1212
/// </summary>
1313
table 9990 "Word Templates Related Table"
1414
{
15-
Access = Internal;
15+
Access = Public;
1616
Extensible = false;
1717
InherentEntitlements = X;
1818
InherentPermissions = X;

0 commit comments

Comments
 (0)