I have the new BB Posts working well for IDAA now. NOTE: I intentionally split the API calls that are triggered on layout and page loads.
This commit is contained in:
@@ -98,6 +98,10 @@ export async function load_ae_obj_id__journal(
|
||||
if (log_lvl) {
|
||||
console.log('ae_promises.load__journal_obj:', ae_promises.load__journal_obj);
|
||||
}
|
||||
if (!ae_promises.load__journal_obj) {
|
||||
console.log(`ERROR: Journals - Journal - The journal with ID ${journal_id} was not found.`);
|
||||
return ae_promises.load__journal_obj; // Return null if the journal was not found
|
||||
}
|
||||
|
||||
if (inc_entry_li) {
|
||||
// Load the entries for the journal
|
||||
|
||||
Reference in New Issue
Block a user