microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
732 stars 243 forks source link

[Bug] [Testing] Page Fields (Controls) added via ReportExtension are missing on RequestPageHandler #7571

Closed pri-kise closed 9 months ago

pri-kise commented 10 months ago

Please include the following with each issue:

1. Describe the bug We added a field to Repor Request Page via na ReportExtension.

https://gist.github.com/pri-kise/0f75fc960519795b197f527cab046d5e

Now I wanted to test this field, but this field is missing in my RequestPageHandler image

2. To Reproduce Steps to reproduce the behavior:

  1. Create a ReportExtension similiar to https://gist.github.com/pri-kise/0f75fc960519795b197f527cab046d5e
  2. Create a RequestPageHandler in your TestApp
  3. Try to to invoke a control added by the ReportExtension

3. Expected behavior RequestPageHandler should work like normal PageHandler and it should be able to invoke fields of ReporExtension object

4. Actual behavior Currently fields added by ReportExtensions can't be invoiked

5. Versions:

Additional Context: See following threads on yammer