disables the kontakt input field in the EditKontakt component if no Kontakttyp was selected

This commit is contained in:
SimonGschnell
2024-01-18 11:31:28 +01:00
parent c5f6ce861b
commit 5e7e2b63dd
3 changed files with 44 additions and 17 deletions
+3
View File
@@ -446,6 +446,8 @@ class Profil extends Auth_Controller
// handle error
} else {
$kontakte_res = hasData($kontakte_res) ? getData($kontakte_res) : null;
}
}
@@ -659,6 +661,7 @@ class Profil extends Auth_Controller
// handle error
} else {
$kontakte_res = hasData($kontakte_res) ? getData($kontakte_res) : null;
}
}