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) {
|
.then(function (post_obj_create_result) {
|
||||||
if (post_obj_create_result) {
|
if (post_obj_create_result) {
|
||||||
if (try_cache) {
|
if (try_cache) {
|
||||||
db_save_ae_obj_li__post(
|
db_save_ae_obj_li__post(
|
||||||
{
|
{
|
||||||
obj_type: 'post',
|
obj_type: 'post',
|
||||||
obj_li: [post_obj_create_result],
|
obj_li: [post_obj_create_result],
|
||||||
log_lvl: log_lvl
|
log_lvl: log_lvl
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
return post_obj_create_result;
|
return post_obj_create_result;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ export async function load({ params, parent }) { // route
|
|||||||
inc_comment_li: true,
|
inc_comment_li: true,
|
||||||
enabled: 'enabled',
|
enabled: 'enabled',
|
||||||
hidden: 'not_hidden',
|
hidden: 'not_hidden',
|
||||||
limit: 10,
|
limit: 99,
|
||||||
order_by_li: {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'title': 'ASC'},
|
order_by_li: {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'title': 'ASC'},
|
||||||
try_cache: true,
|
try_cache: true,
|
||||||
log_lvl: log_lvl
|
log_lvl: log_lvl
|
||||||
|
|||||||
Reference in New Issue
Block a user