Skip to content

Commit

Permalink
Fixed console command Admin::Service::Add - does not work after ITSMC…
Browse files Browse the repository at this point in the history
…ore is installed.
  • Loading branch information
dennykorsukewitz committed Aug 27, 2024
1 parent 3d05625 commit 87f2125
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 6.5.11 2024-??-??
- 2024-08-27 Fixed console command Admin::Service::Add - does not work after ITSMCore is installed.
- 2024-08-27 Added auto mapping for unknown actions to Znuny.Form.Input.FieldIDMapping.
- 2024-08-22 Added '--single-transaction' option to scripts/backup.pl for MySQL/MariaDB. The --single-transaction flag will start a transaction before running.
- 2024-07-29 Fixed evaluation of ticket ID parameter in generic interface operation TicketGet.
Expand Down
3 changes: 3 additions & 0 deletions Kernel/System/Console/Command/Admin/Service/Add.pm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ sub new {
sub Configure {
my ( $Self, %Param ) = @_;

my $UtilObject = $Kernel::OM->Get('Kernel::System::Util');
$Self->{IsITSMInstalled} = $UtilObject->IsITSMInstalled();

$Self->Description('Add new service.');
$Self->AddOption(
Name => 'name',
Expand Down

0 comments on commit 87f2125

Please sign in to comment.