kiwicommerce/magento2-admin-activity

Not compatible with Magento 2.4

Opened this issue · 0 comments

Here's how I fixed/circumvented it for now, not sure if this is the correct fix;

diff --git Model/Processor.php Model/Processor.php
index f0ddde1..ce58d1c 100644
--- Model/Processor.php
+++ Model/Processor.php
@@ -624,7 +624,7 @@ class Processor
         }
 
         if ($this->helper->isPageVisitEnable()
-            && $this->isValidAction($module, $this->lastAction)) {
+            && $this->isValidAction($module, $this->lastAction) && $this->eventConfig) {
 
             $activity = $this->_initLog();