From 87a60647630c3f17c5d556d5b434fd48486bb359 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 7 Oct 2023 14:32:08 +1300 Subject: [PATCH] Extend normal form for delete action --- CRM/Event/Form/Participant/Delete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Form/Participant/Delete.php b/CRM/Event/Form/Participant/Delete.php index e095d80290..f9634ee4e7 100644 --- a/CRM/Event/Form/Participant/Delete.php +++ b/CRM/Event/Form/Participant/Delete.php @@ -19,7 +19,7 @@ /** * Back office participant delete form. */ -class CRM_Event_Form_Participant_Delete extends CRM_Contribute_Form_AbstractEditPayment { +class CRM_Event_Form_Participant_Delete extends CRM_Core_Form { use CRM_Event_Form_EventFormTrait; use CRM_Contact_Form_ContactFormTrait; -- 2.25.1