mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
- added method getLesForLv to education/Lehreinheit_model
- added methods direktUserAdd, direktuserDelete (for direkt User Zuordnung to le) to education/Lehreinheitgruppe_model - added method getLvsByStudent to education/Lehrveranstaltung_model - Added hasSequence = false to Benutzergruppe_model - fixed typo in lehrveranstaltungDBML
This commit is contained in:
@@ -10,5 +10,6 @@ class Benutzergruppe_model extends DB_Model
|
||||
parent::__construct();
|
||||
$this->dbTable = 'public.tbl_benutzergruppe';
|
||||
$this->pk = array('gruppe_kurzbz', 'uid');
|
||||
$this->hasSequence = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user