From 252d2396591ec84111fdaa78af160d60ce25b9b4 Mon Sep 17 00:00:00 2001 From: Torsten Oppermann <torsten@sgalinski.de> Date: Fri, 4 May 2018 15:26:00 +0200 Subject: [PATCH] [TASK] Fixing bbe bug with deleting of reecords --- Resources/Private/Layouts/Queue.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Private/Layouts/Queue.html b/Resources/Private/Layouts/Queue.html index 2469fe2b..8601afa9 100644 --- a/Resources/Private/Layouts/Queue.html +++ b/Resources/Private/Layouts/Queue.html @@ -1,5 +1,5 @@ {namespace sgm=SGalinski\SgMail\ViewHelpers} -<f:be.container enableClickMenu="FALSE" loadExtJs="TRUE" loadJQuery="TRUE" includeCssFiles="{0: '{f:uri.resource(path: \'StyleSheets/backend.css\')}'}" +<f:be.container enableClickMenu="FALSE" loadExtJs="FALSE" includeCssFiles="{0: '{f:uri.resource(path: \'StyleSheets/backend.css\')}'}" includeRequireJsModules="{ 0: 'TYPO3/CMS/Backend/AjaxDataHandler', 1: '{f:if(condition: \'{typo3Version} < 8000000 \', then: \'TYPO3/CMS/Backend/ClickMenu\', else: \'TYPO3/CMS/Backend/ContextMenu\')}', -- GitLab