feat: add 'archive_on' to searchable_fields for posts and update agent bridge auth logic
This commit is contained in:
@@ -49,7 +49,8 @@ cms_obj_li = {
|
||||
'post_id_random', 'account_id_random', 'organization_id_random',
|
||||
'person_id_random', 'user_id_random', 'title', 'content',
|
||||
'type_code', 'topic_code', 'category_code', 'tags', 'location',
|
||||
'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||
'enable', 'hide', 'priority', 'sort', 'group', 'notes',
|
||||
'archive_on', 'created_on', 'updated_on'
|
||||
],
|
||||
},
|
||||
'post_comment': {
|
||||
|
||||
Reference in New Issue
Block a user