Fix Activity Log visibility and search query construction

- Changed default 'enabled' and 'hidden' filters to 'all' for activity logs
- Refactored qry__activity_log to avoid sending empty 'and' arrays
- Ensured consistent filtering between API function and UI
This commit is contained in:
Scott Idem
2026-01-07 12:41:18 -05:00
parent 07479f17a8
commit 3ed3f9ed90
2 changed files with 26 additions and 12 deletions

View File

@@ -23,6 +23,8 @@
api_cfg: $ae_api,
account_id: $ae_loc.account_id,
qry_str: qry_str || undefined,
enabled: 'all',
hidden: 'all',
limit: limit,
log_lvl: 1
});