mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
also shows the zustelladresse checkbox when viewing an Adresse component in the hr View for Profil Updates
This commit is contained in:
@@ -80,7 +80,7 @@ class ProfilUpdate extends Auth_Controller
|
||||
$insertID = $this->handleAdresse($requested_change, $personID);
|
||||
$insertID = hasData($insertID) ? getData($insertID) : null;
|
||||
if(isset($insertID)) {
|
||||
$requested_change['kontakt_id'] = $insertID;
|
||||
$requested_change['adresse_id'] = $insertID;
|
||||
$update_res = $this->updateRequestedChange($id,$requested_change);
|
||||
if(isError($update_res)){
|
||||
echo json_encode(error("was not able to add addresse_id " . $insertID . " to profilRequest " . $id ));
|
||||
|
||||
Reference in New Issue
Block a user