OPAR - OPM Package ARchive

Browseable collection of plugins for the popular ticket system software Znuny and ((OTRS)) Community Edition.


ResponseDefaultState

Version
6.4.6
Other Versions
1.0.1, 5.1.0, 6.0.2, 6.1.1, 6.3.2, 6.4.2,
Uploaded by/on
maxence on 05 Apr 2023
Framework
6.0.x, 6.1.x, 6.2.x, 6.3.x, 6.4.x, 6.5.x
Links
Download Website
Description
Adds default next ticket states to response templates.

Rate/comment this package

NAME

ResponseDefaultState

DESCRIPTION

The ResponseDefaultState addon adds default next ticket states to response templates.

This addon is compatible with OTRS 6 and all Znuny versions up to version 6.4.x. For OTRS 5 use the version 5.1.0 of this addon.

AUTHOR

maxence business consulting gmbh

Comments

Skullz (guest) on 03 Nov 2021 about version 6.1.1

Error timezone in system log if current user did not set his time zone. Thus the Timezone value should be take from default time zone if user didnt set his time zone. my %Preferences = $UserObject->GetPreferences( UserID => $Self->{UserID}, ); #Returns the time zone set as default in SysConfig UserDefaultTimeZone for existing users without time zone setting if (!$Preferences{UserTimeZone}) { $Preferences{UserTimeZone} = Kernel::System::DateTime->UserDefaultTimeZoneGet(); }