mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 00:54:27 +00:00
added accept/cancel prompt to Notenvorschlag übernehmen spelling out the current benotungsdatum to the user; also added a list over all changedNoten which are about to be freigegeben in the Notenfreigabe Modal before entering a password; fixed/added some phrasen;
This commit is contained in:
@@ -68,7 +68,8 @@ class Noten extends FHCAPI_Controller
|
||||
'person',
|
||||
'benotungstool',
|
||||
'lehre',
|
||||
'ui'
|
||||
'ui',
|
||||
'password'
|
||||
]);
|
||||
|
||||
$this->load->model('education/LePruefung_model', 'LePruefungModel');
|
||||
@@ -461,7 +462,7 @@ class Noten extends FHCAPI_Controller
|
||||
}
|
||||
|
||||
if(!$this->AuthLib->checkUserAuthByUsernamePassword(getAuthUID(), $result->password)->retval) {
|
||||
$this->terminateWithError($this->p->t('global', 'wrongPassword'), 'general');
|
||||
$this->terminateWithError($this->p->t('password', 'wrongPassword'), 'general');
|
||||
}
|
||||
|
||||
$lv_id = $result->lv_id;
|
||||
|
||||
Reference in New Issue
Block a user