From d3de4375ce3a6a12fe1e0ae57d3a1fe468b88fcd Mon Sep 17 00:00:00 2001 From: Pawel Boguslawski Date: Wed, 25 Jun 2025 10:08:10 +0200 Subject: [PATCH 1/5] Remove process management button Remove process management button from related actions if `Frontend::Module###AdminProcessManagement` module is disabled in system configuration. Author-Change-Id: IB#1162954 Signed-off-by: Pawel Boguslawski --- CHANGES.md | 3 +++ Kernel/Output/HTML/Templates/Standard/AdminDynamicField.tt | 3 +++ Kernel/Output/HTML/Templates/Standard/AdminGenericAgent.tt | 3 +++ 3 files changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e84cd1797d8..82573d2ea08 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +# ?.?.? ????-??-?? + - 2025-06-25 Remove process management button from related actions if Frontend::Module###AdminProcessManagement is disabled. + # 6.5.1 2023-03-09 - 2023-02-28 Added options tickets-created-before-date and tickets-created-before-days to console command Admin::Article::StorageSwitch. - 2023-02-28 Fixed encoding of postmaster filter name in AdminPostMasterFilter. diff --git a/Kernel/Output/HTML/Templates/Standard/AdminDynamicField.tt b/Kernel/Output/HTML/Templates/Standard/AdminDynamicField.tt index 8570f0739c1..c19ccb38b13 100644 --- a/Kernel/Output/HTML/Templates/Standard/AdminDynamicField.tt +++ b/Kernel/Output/HTML/Templates/Standard/AdminDynamicField.tt @@ -1,6 +1,7 @@ # -- # Copyright (C) 2001-2021 OTRS AG, https://otrs.com/ # Copyright (C) 2021 Znuny GmbH, https://znuny.org/ +# Copyright (C) 2025 Informatyka Boguslawski sp. z o.o. sp.k., https://www.ib.pl/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you @@ -123,6 +124,7 @@ From 2a7e426fcc1fa86236ea3ab9099f7f3271ffb9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bogus=C5=82awski?= Date: Wed, 25 Jun 2025 11:31:03 +0200 Subject: [PATCH 2/5] Update CHANGES.md --- CHANGES.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 82573d2ea08..43208c78a3d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,3 @@ -# ?.?.? ????-??-?? - - 2025-06-25 Remove process management button from related actions if Frontend::Module###AdminProcessManagement is disabled. - # 6.5.1 2023-03-09 - 2023-02-28 Added options tickets-created-before-date and tickets-created-before-days to console command Admin::Article::StorageSwitch. - 2023-02-28 Fixed encoding of postmaster filter name in AdminPostMasterFilter. @@ -253,7 +250,7 @@ - 2021-10-01 Added initial config for Frontend::Navigation###AdminCustomerUserCustomer###001-Framework. Thanks to Kevin Janssen (@BuTzZ). [#146](https://github.com/znuny/Znuny/pull/146) - 2021-10-01 Disabled connection to external RSS during unit testing. - 2021-10-01 Fixed error "Can't sign: unable to write 'random state'" if sending emails signed with S/MIME (OTRS bug #14522). Thanks to Kai Herlemann (@KaiHerlemann). [#72](https://github.com/znuny/Znuny/pull/72) - - 2021-08-31 Added generic interface operation SessionRemove. Thanks to Kevin Janssen (@BuTzZ). [#120](https://github.com/znuny/Znuny/pull/120) + - 2021-08-31 Added generic interface operation SessionRemove. Thanks to Kevin Janssen (@BuTzZ). [#12https://github.com/znuny/Znuny/pull/6910](https://github.com/znuny/Znuny/pull/120) - 2021-08-20 Added SysConfig option to enable week numbers in the datepicker widget. Thanks to Renée Bäcker (@reneeb). [#89](https://github.com/znuny/Znuny/pull/89) - 2021-08-20 Added new autocomplete values to input fields. Thanks to Tim Püttmanns (@tipue-dev), maxence. [#67](https://github.com/znuny/Znuny/pull/67) From db5080ec7aba7264c465c25e43c5443e01cf7eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bogus=C5=82awski?= Date: Wed, 25 Jun 2025 11:32:16 +0200 Subject: [PATCH 3/5] Update CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 43208c78a3d..e84cd1797d8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -250,7 +250,7 @@ - 2021-10-01 Added initial config for Frontend::Navigation###AdminCustomerUserCustomer###001-Framework. Thanks to Kevin Janssen (@BuTzZ). [#146](https://github.com/znuny/Znuny/pull/146) - 2021-10-01 Disabled connection to external RSS during unit testing. - 2021-10-01 Fixed error "Can't sign: unable to write 'random state'" if sending emails signed with S/MIME (OTRS bug #14522). Thanks to Kai Herlemann (@KaiHerlemann). [#72](https://github.com/znuny/Znuny/pull/72) - - 2021-08-31 Added generic interface operation SessionRemove. Thanks to Kevin Janssen (@BuTzZ). [#12https://github.com/znuny/Znuny/pull/6910](https://github.com/znuny/Znuny/pull/120) + - 2021-08-31 Added generic interface operation SessionRemove. Thanks to Kevin Janssen (@BuTzZ). [#120](https://github.com/znuny/Znuny/pull/120) - 2021-08-20 Added SysConfig option to enable week numbers in the datepicker widget. Thanks to Renée Bäcker (@reneeb). [#89](https://github.com/znuny/Znuny/pull/89) - 2021-08-20 Added new autocomplete values to input fields. Thanks to Tim Püttmanns (@tipue-dev), maxence. [#67](https://github.com/znuny/Znuny/pull/67) From 718e3354aab4b95cd2f23c58f01963c083a15ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bogus=C5=82awski?= Date: Wed, 25 Jun 2025 11:32:38 +0200 Subject: [PATCH 4/5] Update AdminDynamicField.tt --- Kernel/Output/HTML/Templates/Standard/AdminDynamicField.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/Kernel/Output/HTML/Templates/Standard/AdminDynamicField.tt b/Kernel/Output/HTML/Templates/Standard/AdminDynamicField.tt index c19ccb38b13..fe0926a3d1d 100644 --- a/Kernel/Output/HTML/Templates/Standard/AdminDynamicField.tt +++ b/Kernel/Output/HTML/Templates/Standard/AdminDynamicField.tt @@ -1,7 +1,6 @@ # -- # Copyright (C) 2001-2021 OTRS AG, https://otrs.com/ # Copyright (C) 2021 Znuny GmbH, https://znuny.org/ -# Copyright (C) 2025 Informatyka Boguslawski sp. z o.o. sp.k., https://www.ib.pl/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you From 2319532f9280380eff51082e41db3dae36a8d983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bogus=C5=82awski?= Date: Wed, 25 Jun 2025 11:32:50 +0200 Subject: [PATCH 5/5] Update AdminGenericAgent.tt --- Kernel/Output/HTML/Templates/Standard/AdminGenericAgent.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/Kernel/Output/HTML/Templates/Standard/AdminGenericAgent.tt b/Kernel/Output/HTML/Templates/Standard/AdminGenericAgent.tt index d3db795ec05..27ef940ccb3 100644 --- a/Kernel/Output/HTML/Templates/Standard/AdminGenericAgent.tt +++ b/Kernel/Output/HTML/Templates/Standard/AdminGenericAgent.tt @@ -1,7 +1,6 @@ # -- # Copyright (C) 2001-2021 OTRS AG, https://otrs.com/ # Copyright (C) 2021 Znuny GmbH, https://znuny.org/ -# Copyright (C) 2025 Informatyka Boguslawski sp. z o.o. sp.k., https://www.ib.pl/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you