You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be good practice to replace the two occurrences of $Self->{LogObject} with $Kernel::OM->Get... ? Or would you just add $Self->{LogObject} = $Kernel::OM->Get... ?
@stefanhaerter In this case I would opt for consistency and use $Kernel::OM->Get('Kernel::System::Log')->Log(...);. The same way it is done in the other methods.
In Kernel/System/LinkObject/Appointment.pm the attribute
LogObject
is used but never initiialized.TODO:
$Kernel::OM
The text was updated successfully, but these errors were encountered: