Merge branch 'master' into feature-61599/DocumentExportLib_erweitern

This commit is contained in:
Paolo
2026-01-13 16:38:13 +01:00
189 changed files with 14126 additions and 2681 deletions
@@ -434,6 +434,10 @@ class Documents extends FHCAPI_Controller
'betreuerart_kurzbz',
'studiensemester_kurzbz'
] as $key) {
if (in_array($xsl, array('Ausbildungsver', 'AusbVerEng')) && $key === 'uid')
{
continue;
}
$value = $this->input->post_get($key);
if ($value !== null)
$params .= '&' . $key . '=' . urlencode($value);