mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-19 13:09:27 +00:00
Bugfixes: Typos
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user