Migrate Bulletin Board (Posts) to V3 and finish IDAA V3 migration
- Migrated Post and Post Comment modules to Aether API CRUD V3 - Added editable_fields for Posts and Post Comments - Implemented local filtering for 'archive_on' in BB route as V3 workaround - Verified IDAA Archives and Recovery Meetings are functional on V3 - Ensured all IDAA logic follows the API -> Processor -> DB Save pattern
This commit is contained in:
23
src/lib/ae_posts/ae_posts__post.editable_fields.ts
Normal file
23
src/lib/ae_posts/ae_posts__post.editable_fields.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
export const editable_fields__post = [
|
||||
'topic_id',
|
||||
'topic',
|
||||
'topic_name',
|
||||
'name',
|
||||
'title',
|
||||
'content',
|
||||
'anonymous',
|
||||
'full_name',
|
||||
'email',
|
||||
'notify',
|
||||
'enable_comments',
|
||||
'archive',
|
||||
'archive_on',
|
||||
'linked_li_json',
|
||||
'cfg_json',
|
||||
'enable',
|
||||
'hide',
|
||||
'priority',
|
||||
'sort',
|
||||
'group',
|
||||
'notes'
|
||||
];
|
||||
Reference in New Issue
Block a user