Skip to content

Issue #6076 integrate light admin ii - #6079

Open
rmfalves wants to merge 4 commits into
rel-11_2from
issue-#6076-integrate-light-admin-ii
Open

rmfalves wants to merge 4 commits into
rel-11_2from
issue-#6076-integrate-light-admin-ii

Conversation

@rmfalves

@rmfalves rmfalves commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

No description provided.

my ( $Self, %Param ) = @_;

my $LayoutObject = $Kernel::OM->Get('Kernel::Output::HTML::Layout');
my $AutoResponseObject = $Kernel::OM->Get('Kernel::System::AutoResponse');

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like the CodePolicy hasn't been executed. Could you do that before the PR is merged,

Comment thread Kernel/Modules/AdminTemplate.pm Outdated

# check queue permissions of linked templates.
if ( $Self->{LightAdmin} ) {
for my $ListKey ( keys %List ) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The variable name $ListKey is not really informative. How about changing that to $StandardTemplateID .

@rmfalves rmfalves self-assigned this Sep 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants