- 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:
alex
2019-03-06 19:03:02 +01:00
parent 31b0e8bea3
commit 68dd0f3cb8
5 changed files with 334 additions and 3 deletions
+1 -1
View File
@@ -1698,7 +1698,7 @@ if(!$error)
}
else
{
$errormsg = $benutergruppe->errormsg;
$errormsg = $benutzergruppe->errormsg;
$return = false;
}
}