Skip to content

Commit

Permalink
[Main] One Line Change: remove page control of drag and drop (#1023)
Browse files Browse the repository at this point in the history
<!-- 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 -->
Remove page control of drag and drop, because client team decide to
postpone this one from 25.x to 26.x.

For now the compiler supports it, but it will turn to an error in the
future. So remove it. Add them back when supported.

#### 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. -->

[AB#484133](https://dynamicssmb2.visualstudio.com/Dynamics%20SMB/_workitems/edit/484133/)

Co-authored-by: wenjiefan <[email protected]>
  • Loading branch information
gggdttt and wenjiefan committed May 1, 2024
1 parent 469bf10 commit f39c2fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ page 8889 "Email Attachments"
{
repeater(GroupName)
{
FileUploadAction = UploadMultiple;
field(FileName; Rec."Attachment Name")
{
ApplicationArea = All;
Expand Down

0 comments on commit f39c2fc

Please sign in to comment.