More work on updating Archives and Posts to use tmp_sort_x and other changes.
This commit is contained in:
@@ -1090,9 +1090,10 @@ export const properties_to_save = [
|
||||
'attend_phone_passcode',
|
||||
|
||||
// Generated fields for sorting locally only
|
||||
// 'tmp_sort_1',
|
||||
// 'tmp_sort_2',
|
||||
// 'tmp_sort_3',
|
||||
'tmp_sort_1',
|
||||
'tmp_sort_2',
|
||||
// 'tmp_sort_a',
|
||||
// 'tmp_sort_b',
|
||||
|
||||
// From SQL view
|
||||
'file_count',
|
||||
@@ -1184,6 +1185,10 @@ export async function process_ae_obj__event_props({
|
||||
created_on: obj.created_on,
|
||||
updated_on: obj.updated_on,
|
||||
|
||||
// Generated fields for sorting locally only
|
||||
tmp_sort_1: `${obj.group}_${obj.priority}_${obj.sort}_${obj.updated_on ?? obj.created_on}`,
|
||||
tmp_sort_2: `${obj.group}_${obj.priority}_${obj.sort}_${obj.updated_on}_${obj.created_on}`,
|
||||
|
||||
// IDAA Recovery Meetings:
|
||||
// Currently only really used for IDAA
|
||||
contact_li_json: obj.contact_li_json,
|
||||
|
||||
Reference in New Issue
Block a user