/ProfilUpdate/id/ was added to the ProfilUpdate controller to automatically open the necessary profil_update on startup of the page, this functionality is used when sending emails with the link to the profil_update

This commit is contained in:
SimonGschnell
2024-02-19 14:36:45 +01:00
parent 2d5aea2bb8
commit 2e9cc2b291
6 changed files with 318 additions and 268 deletions
+2 -1
View File
@@ -8,8 +8,9 @@ $includesArray = ['title'=> 'Profil Änderungen',
$this->load->view('templates/CISHTML-Header',$includesArray);
?>
<div id="content">
<div id="content">
<profil-update-view id="<?php echo isset($profil_update_id)?$profil_update_id:null ?>"></profil-update-view>
</div>
<?php $this->load->view('templates/CISHTML-Footer',$includesArray); ?>