Skip to content

Commit

Permalink
Applied Codepolicy and updated CHANGES.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Jun 18, 2021
1 parent 110c5ab commit 5ca27d6
Show file tree
Hide file tree
Showing 180 changed files with 365 additions and 180 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ The following persons contributed to OTRS:
* Patrick Brischler <patrick.brischler@otrs.com>
* Patrick Rauscher <prauscher@ohai.su>
* Paul Waring <paul@xk7.net>
* Paweł Bogusławski <pawel.boguslawski@ib.pl>
* Peter Krantz <peter@peterkrantz.se>
* Ralf Hildebrandt <hildeb@charite.de>
* Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr>
Expand Down
12 changes: 10 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# 6.1.1 2021-xx-xx
- 2021-06-17 Fixed not needed error message in TicketList.pm (#94). Thanks to Paweł Bogusławski (@pboguslawski). [#94](https://github.com/znuny/Znuny/pull/94)
- 2021-06-15 Do not warn agents about empty article subjects by default (#88). Thanks to Renée Bäcker (@reneeb). [#88](https://github.com/znuny/Znuny/pull/88)
- 2021-06-15 Improvements for Dev::Code::CPANUpdate (#38). Thanks to Renée Bäcker (@reneeb). [#38](https://github.com/znuny/Znuny/pull/38)
- 2021-06-15 Use ticket title as the default appointment title (#90). Thanks to Renée Bäcker (@reneeb). [#90](https://github.com/znuny/Znuny/pull/90)
- 2021-06-15 Column list validation before saving agent preferences (#84). Thanks to Paweł Bogusławski (@pboguslawski). [#84](https://github.com/znuny/Znuny/pull/84)

# 6.0.36 2021-xx-xx
- 2021-06-17 Fixed not needed error message in TicketList.pm (#94). Thanks to Paweł Bogusławski (@pboguslawski). [#94](https://github.com/znuny/Znuny/pull/94)
- 2021-06-15 Do not warn agents about empty article subjects by default (#88). Thanks to Renée Bäcker (@reneeb). [#88]
- 2021-06-15 Column list validation before saving agent preferences (#84). Thanks to Paweł Bogusławski (@pboguslawski). [#84](https://github.com/znuny/Znuny/pull/84)

# 6.0.35 2021-06-02
- 2021-05-28 Improved StorageSwitch command to be more flexible (#27). Thanks to Renée Bäcker (@reneeb). [#27](https://github.com/znuny/Znuny/pull/27)
- 2021-05-26 Changed autocomplete to 'new-password' (#64). Thanks to maxence (@tipue-dev) and Thijs Kinkhorst (@thijskh) [#64](https://github.com/znuny/Znuny/pull/64)
Expand All @@ -23,8 +31,8 @@
- 2021-04-13 Updated libwww-perl (LWP::UserAgent et al). Thanks to Renée Bäcker (@reneeb) [#40](https://github.com/znuny/Znuny/pull/40)
- 2021-04-13 Updated cpan-lib LWP::Protocol::https. Thanks to Renée Bäcker (@reneeb) [#39](https://github.com/znuny/Znuny/pull/39)
- 2021-04-13 Fixed missing spacing when adding new values to dynamic field dropdowns in configuration. Thanks to maxence (@tipue-dev) [#52](https://github.com/znuny/Znuny/pull/52)
- 2021-03-18 Added HTML filter to output of localized date/time data which does not explicitly contain date/time values.
- 2021-03-18 Limited evaluation of ticket column data as date/time to specific date/time string format in Kernel/Output/HTML/TicketOverview/Small.pm.
- 2021-03-18 Added HTML filter to output of localized date/time data which does not explicitly contain date/time values. [ZSA-2021-06](https://github.com/znuny/Znuny/commit/b67e43f73dbb3c029504a082c7807677ed091d23)
- 2021-03-18 Limited evaluation of ticket column data as date/time to specific date/time string format in Kernel/Output/HTML/TicketOverview/Small.pm. [ZSA-2021-03](https://github.com/znuny/Znuny/commit/b67e43f73dbb3c029504a082c7807677ed091d23)
- 2021-03-16 Removed duplicated code. Thanks to Renée Bäcker (@reneeb). [#33](https://github.com/znuny/Znuny/pull/33)
- 2021-03-16 Fixed minor syntax issues: replaced ',' with ';'. Thanks to Renée Bäcker (@reneeb). [#32](https://github.com/znuny/Znuny/pull/32)
- 2021-03-16 Fixed bug#[14622](https://bugs.otrs.org/show_bug.cgi?id=14622) - Wrong navigation group for Frontend::Module###AdminAppointmentImport and Frontend::NavBarModule###2-AdminFavourites admin modules
Expand Down
2 changes: 1 addition & 1 deletion Kernel/Output/HTML/Preferences/ColumnFilters.pm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sub Run {

# We require non-empty list of column names - ignore antyhing else.
next KEY if !$Param{GetParam}->{$Key};
next KEY if !IsArrayRefWithData($Param{GetParam}->{$Key});
next KEY if !IsArrayRefWithData( $Param{GetParam}->{$Key} );

# Remove column name duplicates from list preserving column order.
my %SeenColumnNames;
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.ACL.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// Copyright (C) 2021 maxence business consulting GmbH, http://www.maxence.de
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.Attachment.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.AutoResponse.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.CommunicationLog.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.CustomerCompany.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.CustomerGroup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.CustomerUser.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.CustomerUserService.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.DynamicField.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.DynamicFieldCheckbox.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.DynamicFieldDateTime.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.DynamicFieldDropdown.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.DynamicFieldText.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.GenericAgent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.Group.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.Log.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.MailAccount.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.NotificationEvent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.PGP.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.PackageManager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.PostMasterFilter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.Priority.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.ProcessManagement.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.Queue.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.QueueAutoResponse.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.QueueTemplates.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.Registration.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.Role.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
3 changes: 2 additions & 1 deletion var/httpd/htdocs/js/Core.Agent.Admin.RoleGroup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --
// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
// Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
// Copyright (C) 2021 Znuny GmbH, https://znuny.org/
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (GPL). If you
Expand Down
Loading

0 comments on commit 5ca27d6

Please sign in to comment.