FHBGLD
c169aec155
Update CHANGELOG.md
2021-03-31 15:15:24 +02:00
FHBGLD
376f413d2a
Update LDAPLib.php
2021-03-31 14:58:31 +02:00
Cris
132b5097ee
Usability: Added column 'ZGV' to STGL and lectors Overview site
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-31 13:56:52 +02:00
ma0048
9b57248007
zgv auch bei master uebernehmen
2021-03-31 13:12:20 +02:00
Cris
d53d91d7d1
Usability: Added filterbutton 'Alle anzeigen, die auf Empfehlung von LektorIn warten'
...
The filterbutton was added to the STGLs Overview site.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-30 17:02:15 +02:00
Cris
9ee473d9bd
Usability: Added Link to Anrechnungen in CIS LV Menu (for lectors)
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-30 16:41:02 +02:00
cris-technikum
3366cf224b
Merge branch 'master' into feature/Anrechnungen_NEU
2021-03-30 14:04:03 +02:00
Cris
7690a122b8
Refactored: Moved getAnrechnungstatusbezeichnung to AnrechnungLib
...
This method retrieves the Anrechnungstatusbezeichnung in the users language.
It is used multiple times -> moved to library.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-30 13:57:43 +02:00
Andreas Österreicher
96bdafbda8
Merge branch 'bugfix-12144/Bewerberstatistikmail_HTMLError'
2021-03-30 12:20:08 +02:00
OliiverHacker
016a9554b9
add null-check in zeitaufzeichnung.class because otherwise it ignores aktivitaet_kuzbz that is null
2021-03-29 19:00:44 +02:00
KarpAlex
5b369f7020
Zaugnisnote_model: added getByPerson method
2021-03-29 18:49:41 +02:00
Cris
d183dda815
Fixed: Anrechnunglib returning values, Adapted error messages
...
Fixed: method getData in Controller was producing wrong returning message.
Fixed by removing, as library is returning boolean value now.
Adapted few error functions to be more generic and bilingual.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-29 18:48:26 +02:00
OliiverHacker
0bd89067f8
Überlappen Problem gefixed
2021-03-29 18:40:32 +02:00
Cris
287b961697
Fixed: Added serversite check on required form fields
...
After refactoring code to apply via AJAX call, required fields
have to be direclty validated in JS or on serversite. Now fixed by
checking on serversite.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-29 17:55:50 +02:00
Cris
c455778731
Fixed: Added formatted download-document-link after application was done
...
After refactoring the code and doing the application via AJAX call, the
document-download-link must be created on ajax success. This was missing
and is fixed now.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-29 17:50:19 +02:00
cris-technikum
2c091cd405
Fixed: Recommendation button was not enabled correctly after withdrawing approvement
...
Now, if approvment is withdrawn, the recommendation button is enabled again
ONLY if no recommendation was submitted until yet.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-29 13:05:27 +02:00
OliiverHacker
b73c4aed03
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2021-03-29 11:05:49 +02:00
OliiverHacker
b7cb8b27ce
merge
2021-03-29 10:08:35 +02:00
OliiverHacker
e4aca8c7e3
Merge branch 'feature-98/Feiertage_in_Urlaubstool' of https://github.com/FH-Complete/FHC-Core into feature-98/Feiertage_in_Urlaubstool
2021-03-29 10:02:48 +02:00
OliiverHacker
43f55ce52b
überlappen fix
2021-03-29 10:00:56 +02:00
OliiverHacker
1599fedfce
Merge branch 'master' into feature-98/Feiertage_in_Urlaubstool
2021-03-26 19:35:48 +01:00
OliiverHacker
3221252f70
Merge branch 'master' into 9503/csvExportProjektÜbersicht
2021-03-26 19:23:02 +01:00
OliiverHacker
d2c4dd79d5
merge
2021-03-26 19:08:45 +01:00
OliiverHacker
0c429984b9
add new function to bisverwendung
2021-03-26 18:43:05 +01:00
Cris
279157b920
Added button to copy Empfehlungstext into reason textarea when rejecting
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-25 17:12:38 +01:00
Cris
f9cbd9caf5
Refactored code
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-25 16:51:11 +01:00
Cris
faf253c159
Adapted to keep individual filters by opening views in new tabs
...
When Detail Views were opened within the same browser window, individual
filters of the overview site were lost when returning to the overview.
Fixed by opening detail views in new tab.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-25 16:41:41 +01:00
ma0048
e791e3267f
link zur mail vorlage hinzugefuegt
2021-03-25 15:52:14 +01:00
manu
3359e2e972
Funktion checkDatum() aktualisiert
2021-03-25 15:45:09 +01:00
Cris
3ba4229eed
Refactored Students View + Controller
...
. Now application is done via AJAX call.
. Now messages are returned to user instead of hard exits.
. Now formatting status on client side, not on serverside.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-25 15:06:47 +01:00
Manfred Kindl
d4ef17c183
Merge remote-tracking branch 'origin/master'
2021-03-25 13:27:36 +01:00
Manfred Kindl
0c32ecac11
Umbenennung Inskriptionsbestätigung zu "Studienbestätigung"
2021-03-25 13:27:12 +01:00
KarpAlex
8f2ef521e7
changed Projektarbeitsbeurteilung phrase for thema criteria
2021-03-25 13:22:39 +01:00
Cris
4450f5a473
Removed unnessessary code
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-25 12:14:26 +01:00
ma0048
23e502f02e
mail vorlage hinzugefuegt
2021-03-25 10:44:11 +01:00
ma0048
17f085d352
projektbeurteilung download für studenten im cis hinzugefuegt
...
projektbeurteilungsbutton anzeige nur wenn beurteilung bereits abgeschickt wurde
2021-03-25 10:23:40 +01:00
KarpAlex
a68dfc1c6c
- Projektarbeitsabgabe: added Link to Projektarbeitsuebersicht to Zweitbegutachtermail
...
- updated abgabetool phrases
2021-03-24 22:49:34 +01:00
Cris
997f6f406b
Fixed: Now application can only be done for actual study semester
...
Before student could apply for past study semester, which should not be
possible. Fixed now.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-24 17:16:17 +01:00
Cris
683e9ffdda
Modified to request recommendation (+send mails) ONLY if LV has lectors
...
Modifications done for STGL Overview and Detailview
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-24 16:22:56 +01:00
KarpAlex
6ae8f00066
- Zweitbegutachter im Abgabetool angezeigt
...
- Tokenneuversand für zweitbegutachter möglich
2021-03-23 21:32:34 +01:00
manu
a00009e49f
Erweiterung function checkDatum() um Gültigkeitsprüfung
2021-03-23 16:43:14 +01:00
OliiverHacker
4e0dfbf28a
change studienblatt if AbbrecherIn
2021-03-23 13:24:15 +01:00
ma0048
10441baff3
sortierung anhand kurztext
2021-03-23 09:34:49 +01:00
ma0048
287cddf926
added zgv ueberpruefung
2021-03-23 09:25:24 +01:00
Andreas Österreicher
989772402d
LVA-Liste prüft die Vertragszuordnung jetzt pro Lehreinheit statt pro LV
2021-03-23 08:38:55 +01:00
Cris
3a0720e4de
Changed: If LV has no lectors, show empty field instead of error message
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-22 17:28:29 +01:00
Andreas Oesterreicher
1113b833bd
Zeitsperre Fixed CSS
2021-03-22 15:41:17 +01:00
OliiverHacker
9bf8d58ab2
impiment different text
2021-03-22 14:46:56 +01:00
OliiverHacker
711bac0f6c
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core into 9503/csvExportProjektÜbersicht
2021-03-22 14:44:52 +01:00
Cris
00656efaef
Changed filename on download to 'Anrechnungsantrag_OrgForm_LVID_VornameNachname'
...
Adapted STGL and lectors views to change the filename on download event.
All download functions moved from view to library.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-22 12:12:04 +01:00