Wrapping up for the day. The new launcher is partially working. There is a lot of work to do.

This commit is contained in:
Scott Idem
2024-08-02 19:11:35 -04:00
parent 352639e702
commit 0d34f81fa7
16 changed files with 2118 additions and 213 deletions

View File

@@ -40,7 +40,7 @@ $: if ($events_slct.exhibit_id) {
// }
// params['return_file'] = true;
// let event_exhibit_tracking_export_file_get_promise = await api.get_object({api_cfg: ae_api, endpoint: endpoint, params: params, return_blob: true, filename: filename, auto_download: auto_download, log_lvl: log_lvl});
// let event_exhibit_tracking_export_file_get_promise = await api.get_object({api_cfg: $ae_api, endpoint: endpoint, params: params, return_blob: true, filename: filename, auto_download: auto_download, log_lvl: log_lvl});
// // console.log(event_exhibit_tracking_export_file_get_promise);
// return event_exhibit_tracking_export_file_get_promise;
// }