MTrackWeb/Roo.php
[web.mtrack] / MTrackWeb / Roo.php
index ebfb8f1..3c1417f 100644 (file)
@@ -20,11 +20,11 @@ class MTrackWeb_Roo extends Pman_Roo
         'Mtrack_ticket', /// all of these MUST have applyFilters, and check authenication..
         'mtrack_change',
         'core_enum',
-        'Person',
+        //'Person',  // fixme - need to verify this is protected..
         'mtrack_milestone',
-        'Projects',
-        'Images',
-        'mtrack_repos'
+        'Projects',  // fixme - we should remove code from projects....
+        'Images',   // not sure about this...
+        'mtrack_repos'   // not sure about this...
         
     );
     
@@ -93,7 +93,7 @@ class MTrackWeb_Roo extends Pman_Roo
             
         }
         
-        
-        
     }
+     
+    
 }