mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
disables the kontakt input field in the EditKontakt component if no Kontakttyp was selected
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user