From 1919e6703f040040fd74f360ad491f67a7455194 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Thu, 27 Oct 2022 10:13:09 +0200 Subject: [PATCH] fix: [inboxProcessor:dataChange] Template clean-up --- .../templates/Notification/DataChange.php | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/libraries/default/InboxProcessors/templates/Notification/DataChange.php b/libraries/default/InboxProcessors/templates/Notification/DataChange.php index 8cf79b8..952fae1 100644 --- a/libraries/default/InboxProcessors/templates/Notification/DataChange.php +++ b/libraries/default/InboxProcessors/templates/Notification/DataChange.php @@ -54,26 +54,6 @@ echo $this->Bootstrap->modal([ ), 'confirmText' => __('Acknowledge & Discard'), 'confirmIcon' => 'check', - // 'confirmFunction' => 'submitAck' ]); ?> - - - - \ No newline at end of file