コード例 #1
0
 /**
  * enable ts checks
  * 
  * @param Timetracker_Controller_Timesheet $tsController
  */
 protected function _enableTimesheetChecks($tsController)
 {
     $tsController->doCheckDeadLine(true);
     $tsController->doContainerACLChecks(true);
     $tsController->doRightChecks(true);
     $tsController->doRelationUpdate(true);
 }
 /**
  * enable ts checks
  * 
  * @param Timetracker_Controller_Timesheet $tsController
  */
 protected function _enableTimesheetChecks($tsController)
 {
     $tsController->doCheckDeadLine(true);
     $tsController->doRightChecks(true);
     $tsController->doRelationUpdate(true);
     $tsController->setRequestContext(array('skipClosedCheck' => false));
 }