Hopefully a bug fix for file upload progress on Event pages. Using the older Events specific component.
This commit is contained in:
@@ -136,7 +136,7 @@ async function handle_input_upload_files(input_upload_files, task_id) {
|
||||
// Uncomment and the post_promise is not seen by the "await" below
|
||||
// post_promise = await api.post_object({api_cfg: $cfg.api, endpoint: endpoint, params: params, data:form_data});
|
||||
// Uncomment so that the post_promise is not seen by the "await" below
|
||||
ae_promises.upload__hosted_file_obj = await api.post_object({
|
||||
ae_promises.upload__hosted_file_obj = api.post_object({
|
||||
api_cfg: $ae_api,
|
||||
endpoint: endpoint,
|
||||
// params: params,
|
||||
|
||||
Reference in New Issue
Block a user