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:
Scott Idem
2026-01-27 18:03:56 -05:00
parent 3311ba8dd6
commit 4ef591771e

View File

@@ -29,6 +29,8 @@ events_registration_obj_li = {
'professional_title', 'full_name', 'affiliations', 'email', 'phone', 'professional_title', 'full_name', 'affiliations', 'email', 'phone',
'location', 'allow_tracking', 'print_count', 'print_first_datetime', 'location', 'allow_tracking', 'print_count', 'print_first_datetime',
'print_last_datetime', 'enable', 'hide', 'priority', 'sort', 'group', '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' 'notes', 'created_on', 'updated_on', 'default_qry_str'
], ],
}, },