Working on better bug fix for downloading export files. Some columns were missing.
This commit is contained in:
@@ -367,7 +367,7 @@ async function handle_load_ae_obj_id__sponsorship({sponsorship_id, try_cache=fal
|
||||
</script>
|
||||
|
||||
|
||||
<section class="ae_events_speakers md:container h-full mx-auto flex flex-col items-center space-y-4">
|
||||
<section class="ae_sponsorships md:container h-full mx-auto flex flex-col items-center space-y-4">
|
||||
|
||||
<header>
|
||||
<h1 class="h1 text-center">
|
||||
@@ -402,7 +402,7 @@ async function handle_load_ae_obj_id__sponsorship({sponsorship_id, try_cache=fal
|
||||
}
|
||||
ae_promises.download__sponsorships_export = core_func.handle_download_export__obj_type({
|
||||
api_cfg: $ae_api,
|
||||
get_obj_type: 'event_presenter',
|
||||
get_obj_type: 'sponsorship',
|
||||
for_obj_type: 'account',
|
||||
for_obj_id: $slct.account_id,
|
||||
file_type: 'Excel',
|
||||
|
||||
Reference in New Issue
Block a user