- lehrveranstaltungnotenoverlay.xul.php, zeugnisnote.rdf.php: renamed lv_studiengang_kz field to studiengang_kz_lv to have same naming convention as other fields
- Studentenansicht (studentnotenoverlay.xul.php): added studiengang_kz_lv field to export using correct Zertifikat Vorlage for TLS Workshops Studiengang
- aded studiengang_kz of Lehrveranstaltung to rdf and Lehrveranstaltung so correct Vorlage is used for Zertifikat
- renamed context entry "Freifaecher-Zertifikat erstellen" to "Zertifikat erstellen"
- Vertragsfilter wird nur angezeigt bei aktivierten Vertragsdetails
- Vertragsfilter wird zurückgesetzt werdenn die Details neu geladen werden
- Detailsframe hat eine Defaultgröße damit der Frame nicht herumspringt beim Filterwechsel
Up to now changes were identified only by comparing betrag with
vertrag_betrag.
Problem is: when a new Lehrauftrag betrag is set with 0 or NULL and only
hours are set, a later change of hours cannot be identified (as the betrag
and vertrag_betrag do not change). This is fixed now.
This error was caused when config var
FAS_LV_LEKTORINNENZUTEILUNG_VERTRAGSDETAILS_ANZEIGEN was set to false
due to incorrect converting of php boolean into js boolean.
Fixed now for LV and Projektbetreuung.
The remove of the lector was avoided by disabled 'Entfernen' in the
context menu, but still possible on key press 'Entf'. Now this is
prevented and a message is displayed. For lectors in LV and for
Projektbetreuer.
Before cancelling a contract was only possible if vertragsstatus was
'akzeptiert'. Now contract cancellation for LV and Projektbetreuung
since the lector has a contract. (from status 'bestellt' on)
Added groupbox with the contract details:
. status
. stunden (of original version of contract)
. studiensemester (of original version of contract)
The display is determined by global config value.
- 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
* Direkte Zuordnung im FAS
* neues Boolean markiert direkte Gruppen
* Gruppen werden nicht vorgerückt
* Direkte Gruppen werden nicht bei der Lehreinheit und im
Lehrverbandsbaum angezeigt