Can now save and delete archive content. This includes the hosted file. It still needs some work though. The content delete should also remove the hosted file.

This commit is contained in:
Scott Idem
2024-11-08 11:25:19 -05:00
parent b93cacdfcc
commit abcd5c54c2
7 changed files with 170 additions and 189 deletions

View File

@@ -215,7 +215,7 @@ export async function delete_ae_obj_id__event_presenter(
ae_promises.delete__event_presenter_obj = await api.delete_ae_obj_id_crud({
api_cfg: api_cfg,
obj_type: 'event_presenter',
obj_id: event_presenter_id, // NOTE: This is the FQDN, not normally the ID.
obj_id: event_presenter_id,
key: api_cfg.api_crud_super_key,
params: params,
method: method,