adding search attribute to timezone preferences

This commit is contained in:
ralf 2023-01-01 09:38:20 -06:00
parent bbb7ab263a
commit 9dff888436

View File

@ -358,6 +358,9 @@ class preferences_hooks
'xmlrpc' => True, 'xmlrpc' => True,
'admin' => False, 'admin' => False,
'default'=> date_default_timezone_get(), 'default'=> date_default_timezone_get(),
'attributes' => array(
'search' => true
)
), ),
'tz_selection' => array( 'tz_selection' => array(
'type' => 'multiselect', 'type' => 'multiselect',
@ -368,6 +371,9 @@ class preferences_hooks
'xmlrpc' => True, 'xmlrpc' => True,
'admin' => False, 'admin' => False,
'forced' => date_default_timezone_get(), 'forced' => date_default_timezone_get(),
'attributes' => array(
'search' => true
)
), ),
'dateformat' => array( 'dateformat' => array(
'type' => 'select', 'type' => 'select',