mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
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>
This commit is contained in:
@@ -170,6 +170,16 @@ $(function(){
|
||||
);
|
||||
});
|
||||
|
||||
// Show only rows that are in progress by lector
|
||||
$("#show-inProgressLektor").click(function(){
|
||||
$('#tableWidgetTabulator').tabulator('setFilter',
|
||||
[
|
||||
{field: 'status_kurzbz', type: '=', value: ANRECHNUNGSTATUS_PROGRESSED_BY_LEKTOR},
|
||||
{field: 'empfehlung_anrechnung', type: '=', value: null}
|
||||
]
|
||||
);
|
||||
});
|
||||
|
||||
// Show only rows with empfohlene + noch nicht genehmigte/abgelehnte anrechnungen
|
||||
$("#show-recommended").click(function(){
|
||||
$('#tableWidgetTabulator').tabulator('setFilter',
|
||||
|
||||
Reference in New Issue
Block a user