Started pulling in the IDAA Bulletin Board code
This commit is contained in:
@@ -97,7 +97,7 @@ export async function load_ae_obj_li__post(
|
||||
for_obj_type = 'account',
|
||||
for_obj_id,
|
||||
inc_comment_li = false,
|
||||
order_by_li = {'priority': 'DESC', 'sort': 'DESC', 'name': 'ASC', 'updated_on': 'DESC', 'created_on': 'DESC'},
|
||||
order_by_li = {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'title': 'ASC'},
|
||||
params = {},
|
||||
try_cache = true,
|
||||
log_lvl = 0
|
||||
@@ -591,6 +591,7 @@ export function db_save_ae_obj_li__post(
|
||||
|
||||
topic_id: obj.topic_id,
|
||||
topic: obj.topic,
|
||||
topic_name: obj.topic_name,
|
||||
|
||||
title: obj.title,
|
||||
content: obj.content,
|
||||
|
||||
Reference in New Issue
Block a user