Making the max person results sticky

This commit is contained in:
Scott Idem
2025-06-10 17:55:46 -04:00
parent 8c51380fb5
commit e0f0b774ef
7 changed files with 13 additions and 11 deletions

View File

@@ -686,7 +686,7 @@ $: if ($lq__event_session_obj) {
api_cfg: $ae_api,
for_obj_type: 'account',
for_obj_id: $slct.account_id,
limit: $ae_sess.person.qry_limit__people,
limit: $ae_loc.person.qry_limit__people,
// params: params
})
.then(function (load_results) {