Hi,
I’m developping a small module for egroupware 1.6.x and I want to retrieve timesheets using the timesheet_bo class. My problem is that timesheet_bo only retrieves timesheets from people current users have right upon. In example, if some timesheets were created by a user that doesn’t exist anymore (account deleted), those timesheets won’t be retrieved by the search() method, as I don’t have rights on this deleted user.
So my question is simple : Is there a way to tell the search() method not to care about ACLs and retrieve all the timesheets matching my $criteria ?
I could make an alternative timesheet_bo class extending so_sql, but I would prefer to use the original one.
Thx