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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user