URL_ASSISTENZ for links in email jobs

This commit is contained in:
Johann Hoffmann
2026-01-27 10:52:15 +01:00
parent 84db668566
commit fc468ca34a
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -12,6 +12,8 @@ $config['PAABGABE_EMAIL_JOB_INTERVAL'] = '1 day';
$config['URL_STUDENTS'] = 'cis.php/Cis/Abgabetool/Student'; $config['URL_STUDENTS'] = 'cis.php/Cis/Abgabetool/Student';
// used as APP_ROOT.URL_MITARBEITER -> old cis // used as APP_ROOT.URL_MITARBEITER -> old cis
$config['URL_MITARBEITER'] = 'index.ci.php/Cis/Abgabetool/Mitarbeiter'; $config['URL_MITARBEITER'] = 'index.ci.php/Cis/Abgabetool/Mitarbeiter';
// used as APP_ROOT.URL_MITARBEITER -> old cis
$config['URL_ASSISTENZ'] = 'index.ci.php/Cis/Abgabetool/Assistenz';
// lehre.tbl_paabgabetyp bezeichnung // lehre.tbl_paabgabetyp bezeichnung
//$config['ALLOWED_ABGABETYPEN_BETREUER'] = ['Zwischenabgabe', 'Quality Gate 1', 'Quality Gate 2']; //$config['ALLOWED_ABGABETYPEN_BETREUER'] = ['Zwischenabgabe', 'Quality Gate 1', 'Quality Gate 2'];
@@ -195,7 +195,7 @@ class AbgabetoolJob extends JOB_Controller
$path = $this->_ci->config->item('URL_MITARBEITER'); $path = $this->_ci->config->item('URL_ASSISTENZ');
$url = CIS_ROOT.$path; $url = CIS_ROOT.$path;
$body_fields = array( $body_fields = array(