Update searchable fields for event_badge
Added badge_type_code, badge_type_code_override, member_type_code, member_status, and registration_type_code to the searchable_fields list for event_badge.
This commit is contained in:
@@ -29,6 +29,8 @@ events_registration_obj_li = {
|
||||
'professional_title', 'full_name', 'affiliations', 'email', 'phone',
|
||||
'location', 'allow_tracking', 'print_count', 'print_first_datetime',
|
||||
'print_last_datetime', 'enable', 'hide', 'priority', 'sort', 'group',
|
||||
'badge_type_code', 'badge_type_code_override', 'member_type_code',
|
||||
'member_status', 'registration_type_code',
|
||||
'notes', 'created_on', 'updated_on', 'default_qry_str'
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user