- Kodextabellen fuer Beschaeftigungsart1 angepasst (Möglichkeit zum Hinzufügen von multiplen Einträgen für die selbe Beschaeftigungsart)
- Kodextabellen für Verwendung angepasst an die neue Version
- Aktualisierung der Verwendungsplausibilitätsprüfungen
- Script zur Generierung für neue Verwendungen an neuen Meldezeitraum angepasst
- Funktionen Block im FAS entfernt/ausgeblendet.
- 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)
- Renamed view system/udf.php to system/fas_udf.php
- Adapted code with new names
- Added model system/FAS_UDF_model with only FAS functionalities
- Removed FAS functionalities from model system/UDF_model
- Fixed session problems in controller system/FAS_UDF