abgabetool api/controller refactor; quality gates dbupdate script; load types from backend instead of hardcoded; WIP email check for externe betreuer;

This commit is contained in:
Johann Hoffmann
2025-08-22 14:40:58 +02:00
parent ad83228396
commit 483662726d
11 changed files with 805 additions and 667 deletions
@@ -11,4 +11,10 @@ class Paabgabetyp_model extends DB_Model
$this->dbTable = 'campus.tbl_paabgabetyp';
$this->pk = 'paabgabetyp_kurzbz';
}
public function getAll() {
$qry = "SELECT * FROM campus.tbl_paabgabetyp";
return $this->execReadOnlyQuery($qry);
}
}