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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user