feat(events): add conference to searchable fields and update progress

This commit is contained in:
Scott Idem
2026-01-06 18:03:57 -05:00
parent 868a0060dc
commit 55033d0749
2 changed files with 8 additions and 4 deletions

View File

@@ -43,9 +43,10 @@ events_general_obj_li = {
],
# V3 Search Security:
'searchable_fields': [
'event_id_random', 'account_id_random', 'event_code', 'type', 'name',
'summary', 'description', 'format', 'timezone', 'location_text',
'status', 'enable', 'hide', 'priority', 'group', 'created_on', 'updated_on'
'event_id_random', 'account_id_random', 'event_code', 'conference',
'type', 'name', 'summary', 'description', 'format', 'timezone',
'location_text', 'status', 'enable', 'hide', 'priority', 'sort',
'group', 'notes', 'created_on', 'updated_on'
],
},
'event_file': {