From ce0ab4a85864a46f8421018779b02af396ec447c Mon Sep 17 00:00:00 2001 From: MattiLE <48024891+MattiLE@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:29:10 +0200 Subject: [PATCH] Update EmailEditor.Page.al (#24911) 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 --- Modules/System/Email/src/Email/Outbox/EmailEditor.Page.al | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/System/Email/src/Email/Outbox/EmailEditor.Page.al b/Modules/System/Email/src/Email/Outbox/EmailEditor.Page.al index 49d628f451..fed3c3011d 100644 --- a/Modules/System/Email/src/Email/Outbox/EmailEditor.Page.al +++ b/Modules/System/Email/src/Email/Outbox/EmailEditor.Page.al @@ -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;