Added logic & GUI adaptations for approving Anrechnungen

. Added approve-methods in Controller and Library
. Added row selection checks to avoid selecting approved and rejected
Antraege

Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
cris-technikum
2021-01-20 11:02:15 +01:00
parent 403304e1a7
commit 964bd40c14
4 changed files with 195 additions and 2 deletions
@@ -79,7 +79,13 @@ $filterWidgetArray = array(
},
tableWidgetFooter: {
selectButtons: true
}
},
selectableCheck: function(row){
return func_selectableCheck(row);
},
rowUpdated:function(row){
func_rowUpdated(row);
},
}', // tabulator properties
'datasetRepFieldsDefs' => '{
anrechnung_id: {visible: false},