mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
Removed accaptance of FormData object within AjaxLib controllerParameter check
Also adapted JS files to this change. Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
@@ -179,7 +179,8 @@ class requestAnrechnung extends Auth_Controller
|
||||
// Output to AJAX
|
||||
$this->outputJsonSuccess(array(
|
||||
'antragdatum' => (new DateTime())->format('d.m.Y'),
|
||||
'dms_id' => $lastInsert_dms_id
|
||||
'dms_id' => $lastInsert_dms_id,
|
||||
'filename' => $_FILES['uploadfile']['name']
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user