Renaming more of the standard object functions.
This commit is contained in:
@@ -781,7 +781,7 @@ $: if ($lq__event_session_obj) {
|
||||
enable: true,
|
||||
}
|
||||
|
||||
events_func.handle_create_ae_obj__event_presentation({
|
||||
events_func.create_ae_obj__event_presentation({
|
||||
api_cfg: $ae_api,
|
||||
event_id: $events_slct.event_id,
|
||||
event_session_id: $events_slct.event_session_id,
|
||||
@@ -838,7 +838,7 @@ $: if ($lq__event_session_obj) {
|
||||
enable: true,
|
||||
}
|
||||
|
||||
events_func.handle_create_ae_obj__event_presenter({
|
||||
events_func.create_ae_obj__event_presenter({
|
||||
api_cfg: $ae_api,
|
||||
event_id: $events_slct.event_id,
|
||||
event_session_id: $events_slct.event_session_id,
|
||||
@@ -875,7 +875,7 @@ $: if ($lq__event_session_obj) {
|
||||
on:ae_crud_updated={e => {
|
||||
console.log(`ae_crud_updated:`, e.detail);
|
||||
|
||||
events_func.handle_load_ae_obj_id__event_presentation({api_cfg: $ae_api, event_presentation_id: event_presentation_obj.event_presentation_id_random, log_lvl: 1})
|
||||
events_func.load_ae_obj_id__event_presentation({api_cfg: $ae_api, event_presentation_id: event_presentation_obj.event_presentation_id_random, log_lvl: 1})
|
||||
.then(function (load_results) {
|
||||
})
|
||||
.then(function (load_results) {
|
||||
@@ -917,7 +917,7 @@ $: if ($lq__event_session_obj) {
|
||||
on:ae_crud_updated={e => {
|
||||
console.log(`ae_crud_updated:`, e.detail);
|
||||
|
||||
events_func.handle_load_ae_obj_id__event_presentation({api_cfg: $ae_api, event_presentation_id: event_presentation_obj.event_presentation_id_random, log_lvl: 1});
|
||||
events_func.load_ae_obj_id__event_presentation({api_cfg: $ae_api, event_presentation_id: event_presentation_obj.event_presentation_id_random, log_lvl: 1});
|
||||
}}
|
||||
>
|
||||
<strong class="text-sm">
|
||||
|
||||
Reference in New Issue
Block a user