DataObjects/Events.php
authoredward <edward@roojs.com>
Mon, 15 Jan 2018 02:38:12 +0000 (10:38 +0800)
committeredward <edward@roojs.com>
Mon, 15 Jan 2018 02:38:12 +0000 (10:38 +0800)
DataObjects/Events.php

index 9c4569d..8deafa5 100644 (file)
@@ -257,9 +257,15 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
         
     }
     
-    function permission_filter()
+    function applyPermissionFilters()
     {
-        
+        if (!$au->hasPerm("Admin.Admin_Tab", 'S') &&  !$au->hasPerm("BAdmin.BAdmin", 'S')) {
+            //DB_DataObject::DebugLevel(1);
+            // they can only view their changes..
+            $this->whereAdd("($tn.person_id = {$au->id} OR $tn.person_id = 0)");
+//            $this->person_id = $au->id;
+            
+        }
     }
     
     /**