From fc145868d328b7f92ef729e60afed4185a2176de Mon Sep 17 00:00:00 2001 From: sunnavy Date: Thu, 25 Jul 2024 17:43:30 -0400 Subject: [PATCH] Document ticket/asset display changes --- docs/UPGRADING-6.0 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/docs/UPGRADING-6.0 b/docs/UPGRADING-6.0 index 9c0691fc5ab..8e6f24ef4d6 100644 --- a/docs/UPGRADING-6.0 +++ b/docs/UPGRADING-6.0 @@ -83,6 +83,43 @@ fields using the C<%CustomFieldGroupings> option. =item * +Now you can customize ticket/asset display pages via L +and some callbacks have been removed because of the change. If you use these +callbacks, you will need to migrate it to a widget and add it to +L accordingly. To make RT upgrade easier, we have ported +some of them so they can still work in RT 6.0, but it's strongly recommended to +migrate all of them now. + +Affected callbacks include: + +=over + +=item /Ticket/Display.html BeforeShowSummary + +You can switch to C in C. + +=item /Ticket/Display.html BeforeShowHistory + +It's been ported to C, but C and +C arguments are absent. You can switch to C. + +=item /Asset/Display.html AfterShowSummary + +You can switch to C in C. + +=item /Asset/Display.html AfterShowHistory + +It's been ported to C, you can switch to C. + +=back + +Besides, C and C are +not called on display pages any more. If you have a customized version, you +will need to customize corresponding widgets like "/Ticket/Widgets/Basics", +"/Asset/Widgets/Basics", etc. + +=item * + The following dependent libraries are updated to the new versions listed below in RT 6: