feat(events): add conference to searchable fields and update progress
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user