mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
comment out check Bismeldestichtag for deleteStatus
This commit is contained in:
@@ -731,15 +731,15 @@ class Status extends FHCAPI_Controller
|
||||
REST_Controller::HTTP_FORBIDDEN
|
||||
);
|
||||
|
||||
$result = $this->prestudentstatuschecklib->checkIfMeldestichtagErreicht($oldstatus->datum);
|
||||
//TODO(Manu) check this check, meanwhile not active
|
||||
/* $result = $this->prestudentstatuschecklib->checkIfMeldestichtagErreicht($oldstatus->datum);
|
||||
|
||||
//TODO(Manu) comment out: should not appear during delete (shiva)
|
||||
if (!$this->getDataOrTerminateWithError($result))
|
||||
$this->terminateWithError(
|
||||
$this->p->t('lehre', 'error_dataVorMeldestichtag'),
|
||||
self::ERROR_TYPE_GENERAL,
|
||||
REST_Controller::HTTP_FORBIDDEN
|
||||
);
|
||||
);*/
|
||||
}
|
||||
|
||||
// Start DB transaction
|
||||
|
||||
Reference in New Issue
Block a user