Now with hide files from launcher working. event_file.hide
This commit is contained in:
@@ -31,11 +31,17 @@ export async function load({ params, parent }) { // route
|
||||
|
||||
ae_acct.slct.event_presenter_obj = await load_event_presenter_obj;
|
||||
|
||||
let ae_params = {
|
||||
qry__enabled: 'all',
|
||||
qry__hidden: 'all',
|
||||
qry__limit: 50
|
||||
}
|
||||
|
||||
let load_event_file_obj_li = await events_func.handle_load_ae_obj_li__event_file({
|
||||
api_cfg: ae_acct.api,
|
||||
for_obj_type: 'event_presenter',
|
||||
for_obj_id: event_presenter_id,
|
||||
params: {enabled: 'all', qry__limit: 50},
|
||||
params: ae_params,
|
||||
try_cache: false
|
||||
})
|
||||
.then((event_file_obj_li) => {
|
||||
|
||||
Reference in New Issue
Block a user