AbmeldungStgl GrundDropdown

This commit is contained in:
ma0068
2023-08-17 09:12:30 +02:00
parent 353e2deaf7
commit fcd3733f3c
4 changed files with 431 additions and 7 deletions
@@ -129,7 +129,7 @@ class Studierendenantrag extends FHC_Controller
]);
}
public function abmeldungstgl($prestudent_id, $studierendenantrag_id)
public function abmeldungstgl($prestudent_id, $studierendenantrag_id = null)
{
$this->load->view('lehre/Antrag/Create', [
'prestudent_id' => $prestudent_id,