Improvements and fixes related to the BB. Increased default limit.
This commit is contained in:
@@ -263,12 +263,12 @@ export async function create_ae_obj__post(
|
||||
.then(function (post_obj_create_result) {
|
||||
if (post_obj_create_result) {
|
||||
if (try_cache) {
|
||||
db_save_ae_obj_li__post(
|
||||
{
|
||||
obj_type: 'post',
|
||||
obj_li: [post_obj_create_result],
|
||||
log_lvl: log_lvl
|
||||
});
|
||||
db_save_ae_obj_li__post(
|
||||
{
|
||||
obj_type: 'post',
|
||||
obj_li: [post_obj_create_result],
|
||||
log_lvl: log_lvl
|
||||
});
|
||||
}
|
||||
return post_obj_create_result;
|
||||
} else {
|
||||
|
||||
@@ -32,7 +32,7 @@ export async function load({ params, parent }) { // route
|
||||
inc_comment_li: true,
|
||||
enabled: 'enabled',
|
||||
hidden: 'not_hidden',
|
||||
limit: 10,
|
||||
limit: 99,
|
||||
order_by_li: {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'title': 'ASC'},
|
||||
try_cache: true,
|
||||
log_lvl: log_lvl
|
||||
|
||||
Reference in New Issue
Block a user