Bugfixes: Typos

This commit is contained in:
cgfhtw
2024-05-21 16:09:21 +02:00
parent 1993e20ffc
commit e20bebad87
2 changed files with 2 additions and 2 deletions
@@ -259,7 +259,7 @@ class Student extends FHCAPI_Controller
{
$this->load->library('form_validation');
$this->form_validation->set_rules('gebdatum', 'Geburtsdatum', 'callback_isValidDate', [
$this->form_validation->set_rules('gebdatum', 'Geburtsdatum', 'isValidDate', [
'isValidDate' => $this->p->t('ui', 'error_invalid_date')
]);
@@ -107,7 +107,7 @@ export default {
this.abortController.suggestions = new AbortController();
// TODO(chris): move to fhcapi.factory
this.$fhcapi
this.$fhcApi
.post('api/frontend/v1/stv/student/check', {
vorname: this.formData.vorname,
nachname: this.formData.nachname,