fix(standardization): apply safe sort padding across all remaining modules

- Hardened 'JournalEntry' and 'Sponsorship' object processors to handle null sort values.
- Disabled aggressive pre-loading of archive content in main archives list to improve performance.
This commit is contained in:
Scott Idem
2026-02-05 12:33:35 -05:00
parent 2306f2d0c4
commit 22e05ec095
3 changed files with 11 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ export async function load({ fetch, params, parent }) {
api_cfg: ae_acct.api,
for_obj_type: 'account',
for_obj_id: account_id,
inc_content_li: true,
inc_content_li: false,
enabled: 'enabled',
hidden: 'not_hidden',
limit: 29,