Adjust the import controller to return a url to the process path to enable processing an uploaded file without refresh. (#4080)

This commit is contained in:
Daniel Meltzer
2017-09-29 20:49:35 -04:00
committed by snipe
parent 1e52fb546c
commit 655ca78633
11 changed files with 137341 additions and 59 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class ImportsTransformer
'header_row' => $import->header_row,
'first_row' => $import->first_row,
'field_map' => $import->field_map,
'process_url'=> route('api.imports.importFile', $import->id),
];
return $array;