Skip to content

Commit

Permalink
Update EmailEditor.Page.al (microsoft#24911)
Browse files Browse the repository at this point in the history
I want to include an alternative email editor and need to call the
ShowCloseOptionsMenu function from my PageExt to do this. Can you
therefore set the function to "protected"?

Thanks a lot
  • Loading branch information
MattiLE authored Sep 28, 2023
1 parent 5aa6cab commit ce0ab4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/System/Email/src/Email/Outbox/EmailEditor.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ page 13 "Email Editor"
FromDisplayName := StrSubstNo(FromDisplayNameLbl, EmailAccount.Name, EmailAccount."Email Address");
end;

local procedure ShowCloseOptionsMenu(): Boolean
protected procedure ShowCloseOptionsMenu(): Boolean
var
CloseOptions: Text;
SelectedCloseOption: Integer;
Expand Down

0 comments on commit ce0ab4a

Please sign in to comment.