Skip to content

Commit

Permalink
Unnecessary variable ShowLogo in Email Accounts Page
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanSosic committed Nov 29, 2024
1 parent 3105c1e commit 3e6a676
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ page 8887 "Email Accounts"
{
repeater(Accounts)
{
Visible = ShowLogo;
FreezeColumn = NameField;
#pragma warning disable AW0009
field(LogoField; Rec.LogoBlob)
Expand All @@ -43,7 +42,6 @@ page 8887 "Email Accounts"
ApplicationArea = All;
ShowCaption = false;
Caption = ' ';
Visible = ShowLogo;
ToolTip = 'Specifies the logo for the type of email account.';
Width = 1;
}
Expand Down Expand Up @@ -355,7 +353,6 @@ page 8887 "Email Accounts"
CanUserManageEmailSetup := EmailAccountImpl.IsUserEmailAdmin();
Rec.SetCurrentKey("Account Id", Connector);
UpdateEmailAccounts();
ShowLogo := true;
end;

trigger OnAfterGetRecord()
Expand Down Expand Up @@ -474,7 +471,6 @@ page 8887 "Email Accounts"
CanUserManageEmailSetup: Boolean;
DefaultTxt: Text;
UpdateAccounts: Boolean;
ShowLogo: Boolean;
IsLookupMode: Boolean;
HasEmailAccount: Boolean;
V2Filter: Boolean;
Expand Down

0 comments on commit 3e6a676

Please sign in to comment.