Bug fix for Event Device related fields. the ID needed to be searchable.

Quick removal of the password from the log output
This commit is contained in:
Scott Idem
2026-01-26 11:56:31 -05:00
parent 061c153061
commit f2420b958d
3 changed files with 9 additions and 6 deletions

View File

@@ -92,6 +92,7 @@ events_general_obj_li = {
'base_name': Event_Device_Base,
# V3 Search Security:
'searchable_fields': [
'id', 'event_device_id', 'account_id', 'event_id', 'event_location_id',
'event_device_id_random', 'account_id_random', 'event_id_random',
'event_location_id_random', 'code', 'name', 'description', 'app_mode',
'enable', 'hide', 'priority', 'sort', 'group', 'event_notes', 'notes',